I can see pyaudio version installed in pycharm but it doesn't work

40 views Asked by At

I have installed PyAudio via Pycharm terminal.

Initially it was showing error so I did it using

1pip install pipwin
2pipwin install pyaudio

enter image description here

But when I run my program it do not work. enter image description here

1

There are 1 answers

0
IgBell On

add this r.adjust_for_ambient_noise(source) after the line with sr.Microphone() as source: and magic happens, let me know