Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Scriptable audio pipeline

Reference information about the Scriptable Audio Pipeline.
Read time 1 minuteLast updated 9 days ago

The scriptable audio pipeline framework lets you extend the Unity audio engine at specific integration points using Burst-compatible HPC#. The below sections explain what the scriptable audio pipeline is and how you can use it to customize and extend the audio system.

Topic

Description

Scriptable processors conceptsLearn the core concepts required to work with scriptable processors.
GeneratorsLearn about generators.
Root outputsLearn about root outputs.
Example: create a generatorCreate a generator and attach it to an audio source.
Example: create a root outputCreate a root output and connect it to the Unity audio engine.
Note
The scriptable audio pipeline is not supported on the Web Platform. Attempting to use it in a Web build will trigger a warning.