Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Audio "VU" meter using Audio_Publisher

Avatar

Level 1

Has anyone had any luck creating a VU-style meter for visualizing audio?  I am guessing that I could do this by binding to the audio_publisher.microphone.activityLevel variable, but haven't had any luck yet.

Any pointers would be helpful, thanks!

1 Accepted Solution

Avatar

Correct answer by
Level 4

Give this a try, you should be able to resize it and have it still work.  This may not be everything you want but it should be a good start.

-Eric

I should mention I got the start of this code somewhere in the public domain (but can't remember exactly where), and modified it into this.

View solution in original post

0 Replies

Avatar

Level 4

Yes I have one send me a message later on to remind me and I'll give

you the code.

Sent from my iPhone

Avatar

Level 1

This is sort of what I am trying to replicate:

http://www.liquid.pl/support/audio/  -> then click on "Read about VU Components" -> "View Example".

Avatar

Correct answer by
Level 4

Give this a try, you should be able to resize it and have it still work.  This may not be everything you want but it should be a good start.

-Eric

I should mention I got the start of this code somewhere in the public domain (but can't remember exactly where), and modified it into this.

Avatar

Level 1

Perfect and just what I needed!!  Thanks.