speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

speech_recognition grabbing audio from Zoom calls

Open donquibeats opened this issue 3 years ago • 2 comments

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.

donquibeats avatar Jun 23 '21 13:06 donquibeats

Hey, this is actually an issue with PyAudio... it seems like many of us are experiencing issues with PyAudio?

rllysleepy avatar Mar 23 '22 01:03 rllysleepy

A possible solution would be selecting specific input device with device_index?

rllysleepy avatar Mar 23 '22 01:03 rllysleepy