The Audio settings (main menu: Edit > Project Settings, then select the Audio category) allows you to tweak the maximum volume of all sounds playing in the Scene.
Property | Function | |
---|---|---|
Global Volume | Set the volume for all sounds during playback. | |
Volume Rolloff Scale | Set the global attenuation rolloff factor for Logarithmic rolloff-based sources. The higher the value, the faster the volume attenuates. Conversely, the lower the value, the slower it attenuates. Tip: A value of 1 simulates the “real world”. |
|
Doppler Factor | Set how audible the Doppler effect is. Use 0 to disable it. Use 1 make it audible for fast moving objects. Tip: After setting the Doppler Factor to 1, you can tweak both Speed of Sound and Doppler Factor until you are satisfied. |
|
Default Speaker Mode | Set which speaker mode should be the default for your project. The default is 2, which corresponds to stereo speakers. For the full list of modes, see the AudioSpeakerMode API reference. Note: You can also change the speaker mode at runtime through scripting. See Audio Settings for details. |
|
System Sample Rate | Set the output sample rate. If set to 0, Unity uses the sample rate of the system. Note: This only serves as a reference only, since certain platforms allow you to change the sample rate, such as iOS or Android. |
|
DSP Buffer Size | Set the size of the DSP buffer to optimize for latency or performance. | |
Default | Default buffer size. | |
Best Latency | Trade off performance in favour of latency. | |
Good Latency | Balance between latency and performance. | |
Best Performance | Trade off latency in favour of performance. | |
Max Virtual Voices | Set the number of virtual voices that the audio system manages. This value should always be larger than the number of voices played by the game. If not, Unity displays warnings in the console. | |
Max Real Voices | Set the number of real voices that can play at the same time. At every frame, the loudest voice is picked. | |
Spatializer Plugin | Choose which native audio plugin to use in order to perform spatialized filtering of 3D sources. | |
Ambisonic Decoder Plugin | Choose which native audio plugin to perform ambisonic-to-binaural filtering of sources. | |
Disable Unity Audio | Enable to deactivate the audio system in standalone builds. In the Editor the audio system is still on and supports previewing audio clips, but Unity does not handle calls to AudioSource.Play and AudioSource.playOnAwake in order to simulate behavior of the standalone build. |
|
Virtualize Effect | Enable to dynamically turn off effects and spatializers on AudioSources that are culled in order to save CPU. |
AudioManager
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.