Category "pyaudio"

PyAudio Recording and Playing Back in Real Time

I am trying to record audio from the microphone and then play that audio through the speakers. Eventually I want to modify the audio before playing it back, but

How to select a specific input device with PyAudio

When recording audio via PyAudio, how do you specify the exact input device to use? My computer has two microphones, one built-in and one via USB, and I want t

Record speakers output with PyAudio

I'm trying to record the output from my computer speakers with PyAudio. I tried to modify the code example given in the PyAudio documentation, but it doesn't wo

pyaudio save multiple .WAV file with nonblocking

Updates: Now I found out that we can paste some code in the callback function and ended up more questions: When will be call and stop the callback functions? wh

Python pocketsphinx RequestError: missing PocketSphinx module: ensure that PocketSphinx is set up correctly

I am trying to make a Python app that can record audio and translate it into english text using PyAudio, SpeechRecognition and PocketSphinx. I'm running on a Ma