An audio format containing information required for signal processing in, for example, ControlContext and ProcessorInstance.
Additional resources: AudioConfiguration
| Property | Description |
|---|---|
| bufferSize | The batch size of samples being processed. |
| channelCount | A helper function to return the amount of channels represented by the AudioFormat.speakerMode. |
| sampleRate | The sample rate this AudioFormat is configured to run at. |
| speakerMode | The speaker mode this AudioFormat is configured to run in. |
| Constructor | Description |
|---|---|
| AudioFormat | Initializes a new instance of the AudioFormat using the provided AudioConfiguration. |