I am executing the code for speech to text translation in Python using the speech_recognition module; while executing the code the error is Pyaudio not installed. When I am trying to install the error is: building '_portaudio' extension error: Microsoft Visual C++ 14.0 is required.
is there any alternative for Pyaudio?