Top "Pyaudio" questions

audio I/O library.

Unknown PCM cards.pcm.rear (pyaudio)

The question is related to this pydub-Issue. They told me the error message is related to pyaudio. #!/usr/bin/env …

python-3.x pyaudio
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
Playing .mp3 files with PyAudio

Can pyaudio play .mp3 files? If yes, may I ask to write an example please. If no, what is the …

python-3.x mp3 wav pyglet 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
python : how to change audio volume?

I used winsound.Beep(frequency, duration) because I wanted to play sounds with a specified frequency. Now, I need to …

python audio pyaudio python-sounddevice
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
how to convert wav file to float amplitude

so I asked everything in the title: I have a wav file (written by PyAudio from an input audio) and …

python audio wave pyaudio
Synchronizing audio and video with OpenCV and PyAudio

I have gotten both OpenCV and PyAudio working however I am not sure how I would sync them together. I …

python opencv pyaudio