AudioOptions constructor
const
AudioOptions({
- int sampleRate = 44100,
- AudioChannelFormat channels = AudioChannelFormat.mono,
- bool enableEchoCancellation = true,
- bool enableNoiseSuppression = true,
API Documentation for AudioOptions.
Implementation
const AudioOptions({
this.sampleRate = 44100,
this.channels = AudioChannelFormat.mono,
this.enableEchoCancellation = true,
this.enableNoiseSuppression = true,
});