AudioCaptureOptions constructor
- String? deviceId,
- bool noiseSuppression = true,
- bool echoCancellation = true,
- bool autoGainControl = true,
- bool highPassFilter = false,
- bool voiceIsolation = true,
- bool typingNoiseDetection = true,
- bool stopAudioCaptureOnMute = true,
- TrackProcessor<
AudioProcessorOptions> ? processor,
Implementation
const AudioCaptureOptions({
this.deviceId,
this.noiseSuppression = true,
this.echoCancellation = true,
this.autoGainControl = true,
this.highPassFilter = false,
this.voiceIsolation = true,
this.typingNoiseDetection = true,
this.stopAudioCaptureOnMute = true,
this.processor,
});