Page 1 of 1

Getting COPY of audio samples from libvlc

Posted: 28 Mar 2016 11:22
by leechdraw
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.

Re: Getting COPY of audio samples from libvlc

Posted: 28 Jun 2016 09:57
by Jean-Baptiste Kempf
So far, there is no simple way.