I need to get a sound signal from a jack-connected microphone and use the data for immediate processing in Python.
The processing and subsequent steps are clear. I am lost only in getting the signal from the program. The number of channels is irrelevant, one is enough. I am not going to play the sound back so there should be no need for ASIO on soundcard.
My question is: how can I capture Jack audio from Python? (It would be great if there were a package, well documented and niches examples :-).
Have you tried pyaudio? To install:
Recording example, from the official website:
PyAudio example: Record a few seconds of audio and save it to a WAVE file.
This example works on my laptop with Python 2.7.11 (and 3.5.1) in Windows 8.1, pyaudio 0.2.9.