I am building a speech recognition program but can\'t install pyAudio.
I have installed Microsoft visual c++ 14.0.0 but still, I am getting another error. I can\'t u
Download the binary installer for Windows and just install the PyAudio package with no nonsense.
PyAudio is built on top of portaudio library and you require portaudio to be there. The binary installer comes with precompiled version of portaudio as a dynamically linked library and there is no need for hunting and compiling the source.
PyAudio is a great library, enjoy working with it.