Top "Pyaudio" questions

audio I/O library.

Audio Recording in Python

I want to record short audio clips from a USB microphone in Python. I have tried pyaudio, which seemed to …

python audio-recording microphone alsa pyaudio
PyAudio cannot find any output devices

When I run: import pyaudio pa = pyaudio.PyAudio() pa.get_default_output_device_info() I get: IOError: No Default Output …

python ubuntu pyaudio
How to handle in_data in Pyaudio callback mode?

I'm doing a project on Signal Processing in python. So far I've had a little succes with the nonblocking mode, …

python pyaudio
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
Audio Frequencies in Python

I'm writing a code to analyse a single audio frequency sung by a voice. I need a way to analyse …

python numpy audio pyaudio wave
Channels and Sample rates using python and pyaudio

I am trying to record and playback some audio using python and pyaudio. I am using a microphone connected to …

python audio raspberry-pi pyaudio
ModuleNotFoundError: No module named 'pyaudio' (Windows)

I've installed the module pyaudio using pip. However, when I try to import it, Python says the module is not …

python pip pyaudio
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
Get an audio sample as float number from pyaudio-stream

As I am currently about to build a device based on a Raspberry Pi for measuring some stuff from noise …

python pyaudio