Legacy Documentation: Version 4.6.2
Language: English
Audio Source
Audio Low Pass Filter (Pro only)

Audio Filters (Pro only)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

You can modify the output of Audio Source and Audio Listener components by applying Audio Effects. These can filter the frequency ranges of the sound or apply reverb and other effects.

The effects are applied by adding effect components to the object with the Audio Source or Audio Listener. The ordering of the components is important, since it reflects the order in which the effects will be applied to the source audio. For example, in the image below, an Audio Listener is modified first by an Audio Low Pass Filter and then an Audio Chorus Filter.

To change the ordering of these and any other components, open a context menu in the inspector and select the Move Up or Move Down commands. Enabling or disabling an effect component determines whether it will be applied or not.

Though highly optimized, some filters are still CPU intensive. Audio CPU usage can monitored in the profiler under the Audio Tab.

See the other pages in this section for further information about the specific filter types available.

Audio Source
Audio Low Pass Filter (Pro only)