Posts by llegnaro • 1 point
1 post
-
0
votes0
answers99
viewsQ: Error Recording audio using pyaudio - Ioerror: [Errno -9997]
I’m trying to record an audio from a script I developed with python using pyaudio but I’m encountering a strange error, below follows the script that was saved with the name rec.py: import pyaudio…