Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AudioConfiguration

struct in UnityEngine

Description

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

See AudioSettings.Reset for an example.

Variables

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.