I am writing a utility that needs to use the audio samples (for example, for visualization).
I have code working using libvlc_audio_play_cb and my callback function, but obviously this stops VLC's play-out mechanism. Is there a way to just have my function decorate or augment VLC's native play, or do I need to write my own player functionality if I want to do this?