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 to reco
Just use arecord -l to list all available input devices.
arecord -l