Is there any way of reading the audio data from a sound file that is currently being played?
I want to play a sound file and have access to the waveform data so I can show a real time oscilloscope like display. Can this be done in Python?
The file could be played from Python or from another desktop audio player.