I have installed PyAudio via Pycharm terminal.
Initially it was showing error so I did it using
1pip install pipwin
2pipwin install pyaudio
I have installed PyAudio via Pycharm terminal.
Initially it was showing error so I did it using
1pip install pipwin
2pipwin install pyaudio
add this
r.adjust_for_ambient_noise(source)
after the linewith sr.Microphone() as source:
and magic happens, let me know