Audio Visualization Package
A simple package for visualizing audio in Unity using blocks that scale and change color based on frequency bands.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Tools › Audio
- Developer:
- BadToxic (Michael Grönert)
- Price:
- FREE
- Rating:
- Favorites:
- 67
- Supported Unity Versions:
- 2019.3.1 or higher
- Current Version:
- 1.3
- Download Size:
- 54.36 KB
- Last Update:
- Apr 9, 2025
- Description:
- This package provides a simple way to visualize audio in Unity. It includes a prefab and script for calculating audio data, as well as prefabs and scripts for creating visual blocks that respond to the audio. The package includes a demonstration scene and requires an audio file to be visualized. The audio data can be accessed through the provided scripts, allowing for customization and adjustment of the visualization.
- Technical Details:
- The package includes the following components:
- AudioPeer prefab and C# script for calculating data from an AudioSource
- AudioSpectrum prefab and C# script creating 8 audio bumper
- AudioBumper prefab and C# script scaling and coloring to data by the AudioPeer
- AudioVisualizationScene for demonstration
The package requires an audio file (e.g. mp3) to be visualized. The audio data can be accessed through the provided scripts, allowing for customization and adjustment of the visualization.
The code is easy to adjust to change the number of samples or bands. The values get buffered for a smoother experience. - Continue »