https://github.com/nixon-voxell/unityaudiovisualizer
Audio Visualizer in Unity.
https://github.com/nixon-voxell/unityaudiovisualizer
audio audio-processing audio-spectrum-visualizer audio-visualization audio-visualizer spectrum unity3d visualizer
Last synced: 15 days ago
JSON representation
Audio Visualizer in Unity.
- Host: GitHub
- URL: https://github.com/nixon-voxell/unityaudiovisualizer
- Owner: nixon-voxell
- License: apache-2.0
- Created: 2021-03-02T08:49:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T01:57:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T21:12:41.543Z (about 1 month ago)
- Topics: audio, audio-processing, audio-spectrum-visualizer, audio-visualization, audio-visualizer, spectrum, unity3d, visualizer
- Language: ShaderLab
- Homepage:
- Size: 21.6 MB
- Stars: 83
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Unity Audio Visualizer

This is a package than handles audio processing and visualization. Anyone can use this package in any way they want as long as they credit the author(s) and also respect the [license](LICENSE) agreement.
- [Unity Audio Visualizer](#unity-audio-visualizer)
- [Audio Visualizer](#audio-visualizer)
- [Installation](#installation)
- [Support the project!](#support-the-project)
- [Join the community!](#join-the-community)
- [License](#license)### Audio Visualizer
The audio visualizer is made using custom VFX Graph and custom Shader (Wireframe Shader). It also utilizes Unity's Job System and Burst Compiler to manipulate each triangles of the mesh of the audio visualizer.
## Installation
This package only supports the Universal Render Pipeline.
External dependencies:
- VX Util ([UnityUtil](https://github.com/voxell-tech/UnityUtil))
1. Setup a project with URP as it's SRP.
2. Clone the [UnityUtil](https://github.com/voxell-tech/UnityUtil) repository into your `Packages` folder.
3. Clone this repository into your `Packages` folder.
4. And you are ready to go!## Support the project!
## Join the community!
## License
This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.