Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

DSPConfiguration

struct in UnityEngine.Audio

/

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

A configuration for audio specific to the processing of digital signals (DSP).

Additional resources: AudioConfiguration.

Properties

Property Description
bufferSizeThe batch size of samples being processed. This determines the maximum size of the ChannelBuffer passed into processing callbacks like Generator.IProcessor.Process.
channelCountA helper function to return the amount of channels represented by the speakerMode.
sampleRateThe sampling rate this DSPConfiguration runs at.
speakerModeHow the channel layout is mapped to speakers.

Constructors

Constructor Description
DSPConfigurationInitialize a new DSPConfiguration.