AudioCaptureOptions constructor
Implementation
const AudioCaptureOptions({
this.deviceId,
this.noiseSuppression = true,
this.echoCancellation = true,
this.autoGainControl = true,
this.highPassFilter = false,
this.typingNoiseDetection = true,
});