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 a
I would consider using pysox, the python bindings for libsox.
You can get pysox package from PyPI.