How to run this script in windows 7 and what additional softwares required
unable to use in Windows 7 and showing the following error
Traceback (most recent call last): File "C:\python-google-speech-scripts-master\stt_google.py", line 1, in ? import pyaudio ImportError: No module named pyaudio
On Windows you need to install the portaudio bindings first http://people.csail.mit.edu/hubert/pyaudio/
Thanks but presenting this error
Traceback (most recent call last):
File "C:\projects\python-google-speech-scripts-master\stt_google.py", line 101, in
Post the full Traceback. I can't tell what error you're getting.