A configuration for audio specific to the processing of digital signals (DSP).
Additional resources: AudioConfiguration.
Property | Description |
---|---|
bufferSize | The batch size of samples being processed. This determines the maximum size of the ChannelBuffer passed into processing callbacks like Generator.IProcessor.Process. |
channelCount | A helper function to return the amount of channels represented by the speakerMode. |
sampleRate | The sampling rate this DSPConfiguration runs at. |
speakerMode | How the channel layout is mapped to speakers. |
Constructor | Description |
---|---|
DSPConfiguration | Initialize a new DSPConfiguration. |