Page 1 of 1

vlc_audio_loudness

Posted: 07 Sep 2024 21:32
by shgb
Hello,
Not sure if i have posted in the correct thread or not,

i am trying to advance one of my delphi hobby projects ,it is a jukebox based upon vlc player most of it using the activ x add on.

i wish to read the audio output levels from vlc rather than using a third party vu meter component.

libvlc documents vlc_audio_loudness ( https://videolan.videolan.me/vlc/struct ... ml#details )

can anyone point me in the correct direction how to read these values/variables

currently running within delphi on windows 10

any ideas,help,pointers

many thanks

Re: vlc_audio_loudness

Posted: 08 Sep 2024 13:59
by RĂ©mi Denis-Courmont
AFAIK, you have to use LibVLC directly, not the ancient ActiveX component.

Re: vlc_audio_loudness

Posted: 08 Sep 2024 18:41
by shgb
Hi,
yes i have been working on a fresh test platorm as such no active x only libvlc running on a delphi form based upon examples
i can get it to run up and play a video using libvlc. If from that point i could manage to read these vlc_audio_loudness values i would be ready to try striping out all the active x elements and replace with libvlc

so at this point i need to know how to read/access the vlc_audio_loudness values from within libvlc as i can not find an example of this .

best regards