PyAudio IOError: No Default Input Device Available

OK, here is a solution that isn’t pretty but works for me. As per my comment to ulidtko’s answer, pyaudio is not the problem but rather the underlying PortAudio that pyaudio is supposed to bind to. On ubuntu the portaudio drivers are installed with this package: sudo apt-get install python-gnuradio-audio-portaudio You must have this already, … Read more