AudioPreferences constructor
Implementation
const AudioPreferences({
super.device,
this.noiseSuppression,
this.noiseSuppressionLevel,
this.echoCancellation,
this.autoGainControl,
this.highPassFilter,
});
const AudioPreferences({
super.device,
this.noiseSuppression,
this.noiseSuppressionLevel,
this.echoCancellation,
this.autoGainControl,
this.highPassFilter,
});