AndroidAudioOptions constructor
const
AndroidAudioOptions({})
Creates Android audio customization options.
Implementation
const AndroidAudioOptions({
this.source = AndroidAudioSource.mic,
this.enableAutomaticGainControl = true,
this.enableEchoCancellation = true,
this.enableNoiseSuppression = true,
this.allowBluetoothSco = true,
this.bitDepth = 16,
this.bufferSize,
});