Hi, I’m working on a music player using rodio and would like to implement a real-time audio visualizer, akin to what is seen in WinAmp. To achieve this, I need access to the audio data being played.
Is there a way to access the audio samples rodio sends to the output device?
If not, what’s the easiest approach to achieve this while still using rodio for playback?
Thanks.