Top "Portaudio" questions

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

How to fix installation issues for PyAudio, PortAudio: "fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory"

I am having issues installing PyAudio and portaudio. When I do python -m pip install pyaudio I get this error: …

python pip pyaudio portaudio
Implementing simple high and low pass filters in C

Trying to use portaudio to record some data, then use an algorithmic filter to change the recorded voice and then …

c filter signal-processing portaudio
PyAudio IOError: No Default Input Device Available

I'm using PyAudio under the Enthought Python Distribution (Python 2.6.6) in Ubuntu 10.10 x64. >>> import pyaudio >>> …

python portaudio pyaudio enthought
Python PyAudio installation problems (with PortAudio)

I'm trying to write a program to record information from my computers microphone an save it to a file. PyAudio …

python windows-7 installation portaudio pyaudio
List all audio devices with Python's pyaudio (portaudio binding)

I tried import pyaudio p = pyaudio.PyAudio() for i in range(p.get_device_count()): print p.get_device_info_…

python audio portaudio pyaudio
pyaudio could not import _portaudio

Trying to run python app that uses pyaudio. Using virtualenv and installations are working. However when running it can't find …

python pyaudio portaudio
I can't run a simple code using pyaudio - [Errno -9996] Invalid output device (no default output device)

(I'm new at python) I'm trying to run a simple code about pyaudio. I just copied and pasted a code …

python pyaudio portaudio
Cannot compile using ALSA

I am trying to create an C application on Debian GNU/Linux which uses the PortAudio interface. To do this …

c linker alsa portaudio
How do I get a list of my device's audio sample rates using PyAudio or PortAudio?

I'd like to query my audio device and get all its available sample rates. I'm using PyAudio 0.2, which runs on …

audio portaudio pyaudio
RtAudio or PortAudio, which one to use?

I'm considering RTAudio + RTMidi and PortAudio + PortMidi for a new project that requires realtime audio and midi procesing. Can anyone …

audio portaudio