0
Speech recognition
r = sr.Recognizer() with sr.Microphone() as source: print("Speak:") audio = r.listen(source) what is the role of listen function call
3 ответов
+ 1
Which module are u using?
0
Thoq! I tried pyaudio but not installing
0
What do you mean with that? Listen is not a function or method within pyaudio (as far as I can determine).