Open donquibeats opened 3 years ago
Hello
A user on Stack Overflow (not me) has reported a problem with speech_recognition grabbing the audio from a Zoom call if you run a script whilst on Zoom: https://stackoverflow.com/questions/66251391/python-speech-recognition-library-causes-speaker-output-from-discord-or-zoom-t
I have just hit the same problem. It is not on the issues list here, not that I can see, so I thought I'd post it here in case somebody spots it.
Hey, this is actually an issue with PyAudio... it seems like many of us are experiencing issues with PyAudio?
A possible solution would be selecting specific input device with device_index?
Hello
A user on Stack Overflow (not me) has reported a problem with speech_recognition grabbing the audio from a Zoom call if you run a script whilst on Zoom: https://stackoverflow.com/questions/66251391/python-speech-recognition-library-causes-speaker-output-from-discord-or-zoom-t
I have just hit the same problem. It is not on the issues list here, not that I can see, so I thought I'd post it here in case somebody spots it.