Version: 2022.2
LanguageEnglish
  • C#

AudioConfiguration

struct in UnityEngine

/

Implemented in:UnityEngine.AudioModule

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

Submission failed

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

Close

Cancel

Description

Specifies the current properties or desired properties to be set for the audio system.

See AudioSettings.Reset for an example.

Properties

dspBufferSizeThe length of the DSP buffer in samples determining the latency of sounds by the audio output device.
numRealVoicesThe current maximum number of simultaneously audible sounds in the game.
numVirtualVoicesThe maximum number of managed sounds in the game. Beyond this limit sounds will simply stop playing.
sampleRateThe current sample rate of the audio output device used.
speakerModeThe current speaker mode used by the audio output device.