Page 1 of 1

Audio Vumeter plugin

Posted: January 1st, 2010, 8:58 pm
by federr08
im looking for a vumeter plugin for smartie..i want it for the sound that comes out of the pc..
like this:

http://www.assisiproducciones.com/images/vumeter.gif

ty

sorry for my english :oops:

Re: Audio Vumeter plugin

Posted: January 14th, 2010, 11:31 am
by Scripter1
It would be useful if someone could write that plugin.

Or at least simple 1 bar horizontal (max 2 bars for stereo) actual sound volume (something like in ac3 filter) and windows master volume bar.
I could try but I don't know how to read those values...

PS: If someone know how to implement reading values or status from external app please mail me or PM.

Re: Audio Vumeter plugin

Posted: February 13th, 2010, 4:08 pm
by SiEM
I'll like this too!

Re: Audio Vumeter plugin

Posted: March 31st, 2010, 10:55 pm
by przemo
I think that WinAmp plugin is what you want.

On LCD Smartie download site you can find it ;)

Re: Audio Vumeter plugin

Posted: April 6th, 2010, 1:14 pm
by ulysse
http://forums.lcdsmartie.org/viewtopic.php?f=8&t=2104

Current peak for main channel ( sound level at this moment )
$Bar($dll(Volume7.dll,2,,),100,20)

Current peak for main channel 0 ( left channel usually, 1 for the right, maybe 2 or more if 5.1 speakers ... )
$Bar($dll(Volume7.dll,2,0,),100,10)

:smt002