python python-3.x raspberry-pi raspberry-pi3 pyaudio

python - pyaudio OSError:[Errno-9999] Error no anticipado del host



python-3.x raspberry-pi (0)

Estoy tratando de usar el micrófono de mi cámara web Logitech para escuchar

with sr.Microphone(sample_rate=32000) as source: ...

Este error ocurre:

Archivo "/home/pi/project2/interface.py", línea 226, en escuchar con sr.Microphone (sample_rate = 32000) como fuente: Archivo "/usr/local/lib/python3.4/dist-packages/speech_recognition/ init .py ", línea 140, en enter input = True, # stream es una corriente de entrada File" /usr/local/lib/python3.4/dist-packages/PyAudio-0.2.10-py3.4-linux-armv7l .egg / pyaudio.py ", línea 750, en secuencia abierta = Stream (self, * args, ** kwargs) Archivo" /usr/local/lib/python3.4/dist-packages/PyAudio-0.2.10-py3 .4-linux-armv7l.egg / pyaudio.py ", línea 441, en init self._stream = pa.open (** argumentos) OSError: [Errno -9999] Error de host no anticipado

No encontré ninguna información adecuada en la web