You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thanks but presenting this error
Traceback (most recent call last):
File "C:\projects\python-google-speech-scripts-master\stt_google.py", line 101, in
listen_for_speech()
File "C:\projects\python-google-speech-scripts-master\stt_google.py", line 43, in listen_for_speech
data = stream.read(chunk)
File "C:\Python27\lib\site-packages\pyaudio.py", line 605, in read
return pa.read_stream(self._stream, num_frames)
KeyboardInterrupt
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
The text was updated successfully, but these errors were encountered: