Audio Visualizer Sample

Simple demo showcasing the AudioBandListener extension.

Audio Visualizer Scene

The main SampleAudioVisualizer.cs script controls the children of the LineVisualizers GameObject and sets their y scale based on their corresponding band.

ScaleToBand.cs controls the main circle the lines are centered around and scales it based of the band it's given (in this example band 0 - the kick layer)

Last updated