An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Unity Audio Visualizer

![Demo](./Pictures~/SmartAssistantAudioDemoHD.png)

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!


patreon


kofi

## Join the community!


discord


discord

## License

This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.