Hi!
I use libvlc to play some videos in my app. And I want to add indicator of sound in video (something like vu meter, but much simpler).
What is the easiest way to do it?
I found libvlc_audio_set_callbacks, but it looks like it will intercept audio, and I'll have to play it somehow.