Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.45k stars 2.4k forks source link

speech_recognition grabbing audio from Zoom calls #572

Open donquibeats opened 3 years ago

donquibeats commented 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.

rllysleepy commented 2 years ago

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

rllysleepy commented 2 years ago

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