PyAudio IOError: No Default Input Device Available

后端 未结 5 2200
臣服心动
臣服心动 2020-12-06 04:11

I\'m using PyAudio under the Enthought Python Distribution (Python 2.6.6) in Ubuntu 10.10 x64.

>>> import pyaudio
>>> pa = pyaudio.PyAudio(         


        
5条回答
  •  半阙折子戏
    2020-12-06 05:14

    PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library.

    http://people.csail.mit.edu/hubert/pyaudio/

    Did you install the PortAudio software? It is required fot the pyaudio to work.

提交回复
热议问题