AudioOptions constructor

const AudioOptions({
  1. int sampleRate = 44100,
  2. AudioChannelFormat channels = AudioChannelFormat.mono,
  3. bool enableEchoCancellation = true,
  4. bool enableNoiseSuppression = true,
})

API Documentation for AudioOptions.

Implementation

const AudioOptions({
  this.sampleRate = 44100,
  this.channels = AudioChannelFormat.mono,
  this.enableEchoCancellation = true,
  this.enableNoiseSuppression = true,
});