Open clarke098 opened 4 years ago
timeout=5 sec that's why timeout error remove that Parameter it will work
I have the same issue too
timeout=5 sec that's why timeout error remove that Parameter it will work
bende aynı sorunu yaşadım. Dediğinizi sildim çözüldü ama bu sefer tepkisiz kaldı
Steps to reproduce
Here is my code :
Expected behaviour
Listen, and print recognition.
Actual behaviour
System information
My system is MacOs Mojave
My Python version is Python3.8
My SpeechRecognition library version is 3.6.3
My PyAudio library version is 0.2.11 My microphones are: ['DisplayPort', 'Scarlett Solo USB', 'External Headphones', 'MacBook Pro Microphone', 'MacBook Pro Speakers', 'eqMac2']
My working microphones are: I get the error AttributeError: type object 'Microphone' has no attribute 'list_working_microphones' when I run the suggested command.
I installed PocketSphinx from Homebrew
If you could help me understand whats happening here, I will be extremely grateful.
Thank You