Top "Pyaudio" questions

audio I/O library.

Trimming audio in python

ok so im using pyaudio as well but from what I been looking at the wave module could maybe help …

python audio wav pyaudio
get the amplitude data from an mp3 audio files using python

I have an mp3 file and I want to basically plot the amplitude spectrum present in that audio sample. I …

python audio matplotlib mp3 pyaudio
How to play mp3 from bytes?

Is there a way to play mp3 from bytes directly using python? If not, can I convert the binary to …

python pygame mp3 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
Stream audio from pyaudio with Flask to HTML5

I want to stream the audio of my microphone (that is being recorded via pyaudio) via Flask to any client …

python html audio flask 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
PyAudio, how to tell frequency and amplitude while recording?

I've used the PyAudio default recording example, and added numpy and scipy. I can only use scipy.io.wavefile.read(…

python audio numpy scipy pyaudio
Convert multi-channel PyAudio into NumPy array

All the examples I can find are mono, with CHANNELS = 1. How do you read stereo or multichannel input using the …

python numpy pyaudio
Problems while importing pyaudio

I recently bought a new laptop , and i moved my files from my old laptop. I was working on a …

python pycharm pyaudio
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