VUmeter: Difference between revisions

From doityourselfchristmas.com
Jump to navigation Jump to search
Line 15: Line 15:
</ul></div>
</ul></div>


In the future I will try to provide a link to a short video of the VUmeter in action.
Here is a short [[file:VUmeter video.mp4|video clip]] of the VUmeter in action.
The video quality is poor, but you can see the activity it adds to your display.


A final thing I will offer is a very technical description of the [[:file:VUMeter Analysis.pdf|VUmeter circuit implementation]].  It it unlikely that you will be able to <u>directly</u> use any of this information since my display is a very customized Arduino-based implementation.  However you may be able to benefit from some of the general discussion of the approach used, in particular the audio smoothing discussion and circuit.
A final thing I will offer is a very technical description of the [[:file:VUMeter Analysis.pdf|VUmeter circuit implementation]].  It it unlikely that you will be able to <u>directly</u> use any of this information since my display is a very customized Arduino-based implementation.  However you may be able to benefit from some of the general discussion of the approach used, in particular the audio smoothing discussion and circuit.

Revision as of 05:16, 7 April 2020

Introduction

Some songs in your display may be enhanced by a digital VUmeter (Volume Unit meter) display. The display adds nice visual activity to your display and can be synced to music or speaking parts.

You can make the VUmeter as large as you like, have as many segments as you like, use different colors for different volume levels, and arrange in either a vertical or horizontal format.

You could also arrange the segments of your VUmeter in a semicircle, such that when the segments light in sequence they give a rotational effect, mimicking the needle of an old-fashioned mechanical VUmeter.

My Implementation

My VUmeter display is 6 feet tall by 16 inches wide and composed of 16 red LED segments. I just happened to have 16 199x Thunderbird car tail light segments that each have an array of 22 red LEDs that operate on 12V, that I repurposed for the VUmeter display. Here's the result:

  • Front view
  • Back view
  • VUmeter assembly mounted into a sleeve

Here is a short video clip of the VUmeter in action. The video quality is poor, but you can see the activity it adds to your display.

A final thing I will offer is a very technical description of the VUmeter circuit implementation. It it unlikely that you will be able to directly use any of this information since my display is a very customized Arduino-based implementation. However you may be able to benefit from some of the general discussion of the approach used, in particular the audio smoothing discussion and circuit.