Top "Portaudio" questions

For questions related to the PortAudio cross-platform audio I/O library.

PyAudio trying to use JACK

I'm running PyAudio under Python 2.6.6 and would like it to use ALSA and not JACK. In [1]: import pyaudio In [2]: pa = …

python alsa portaudio pyaudio jack
Having trouble installing PyAudio for Python3 on Mint

I was following the instructions here and I'm having trouble getting the installation to work. Basically, the first part works …

python unix linux-mint portaudio pyaudio
Pyaudio, portaudio and mac 10.7.5

I'm having trouble installing pyaudio correctly. I have a virtualenv set up for the project. I first tried to install …

python macports portaudio pyaudio
Using any other values in pyaudio for rate / format / chunk give me the error: [Errno Input overflowed] -9981

OS: Mac OSX 10.7.5 Python: Python 2.7.3 (homebrew) pyaudio: 0.2.7 portaudio: 19.20111121 (homebrew - portaudio) The following script outputs the following and displays the …

python microphone portaudio pyaudio
How to extract frequency information from samples from PortAudio using FFTW in C

I want to make a program that would record audio data using PortAudio (I have this part done) and then …

c audio fft fftw portaudio
Continuous recording in PortAudio (from mic or output)

I am trying to create a music visualizer application in PortAudio, I did some basic research and found some examples …

c audio portaudio
Multichannel PyAudio with ASIO Support

I'm attempting to interface to a PreSonus AudioBox 1818VSL with PyAudio on Win7, but am having some trouble recording more …

python portaudio pyaudio asio
Python : PortAudio + Opus encoding/decoding

I'm capturing audio from my mic with Pyaudio and trying to encode/decode it with the opus codec. I'm using …

python portaudio pyaudio opus