Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Overview of Usage and API

Create audio mixers from scripts via the AudioMixer API.
Read time 1 minuteLast updated 10 days ago

The Audio Mixer is a self-contained asset with a streamlined API.
You can find music-related demos in the audio demos repository.
The native audio plugin repository provides the official SDK for developing custom extensions, as well as examples involving complex routing, custom processing and custom generation of audio in the mixer.