The Audio Manager allows you to tweak the maximum volume of all sounds playing in the scene. To see it choose Edit > Project Settings > Audio.
Property: | Function: | |
---|---|---|
Volume | The volume of all sounds playing. | |
Rolloff Scale | Sets the global attenuation rolloff factor for Logarithmic rolloff based sources (see Audio Source). The higher the value the faster the volume will attenuate, conversely the lower the value, the slower it attenuate (value of 1 will simulate the “real world”). | |
Doppler Factor | How audible the Doppler effect is. When it is zero it is turned off. 1 means it should be quite audible for fast moving objects. | |
Default Speaker Mode | Defines which speaker mode should be the default for your project. Default is 2 for stereo speaker setups (see AudioSpeakerMode in the scripting API reference for a list of modes). | |
Sample Rate | Output sample rate. If set to 0, the sample rate of the system will be used. Also note that this only serves as a reference as only certain platforms allow changing this, such as iOS or Android. | |
DSP Buffer Size | The size of the DSP buffer can be set to optimise for latency or performance | |
Default | Default buffer size | |
Best Latency | Trades off performance in favour of latency | |
Good Latency | Balance between latency and performance | |
Best Performance | Trades off latency in favour of performance | |
Virtual Voice Count | 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, warnings will be shown in the console. | |
Real Voice Count | Number of real voices that can be played at the same time. Every frame the loudest voices will be picked. | |
Disable Audio | Deactivates the audio system in standalone builds. Note that this also affects the audio of MovieTextures. In the editor the audio system is still on and will support previewing audio clips, but AudioSource. Play calls and playOnAwake will not be handled in order to simulate behavior of the standalone build. |
If you want to use Doppler Effect set Doppler Factor to 1. Then tweak both Speed of Sound and Doppler Factor until you are satisfied. Speaker mode can be changed runtime from your application through scripting. See Audio Settings.
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?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
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:
Thanks for helping to make the Unity documentation better!