Getting COPY of audio samples from libvlc
Posted: 28 Mar 2016 11:22
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.
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.