How to process audio in real time?
- by user1756648
I am giving some audio input through microphone. I recorded it in Audacity, it looks something like as shown below.
I want to process this audio in real time. I mainly want to do this.
1) see real time audio amplitude vs time graph
2) perform some actions based on some thing (like if a specific type of hike is seen in audio, then do something, else do something else)
Is there any python module or C library that can allow me to do this ?