enableAudioProcessing property

  1. @JsonKey(name: 'enableAudioProcessing')
bool? enableAudioProcessing
final

Whether to enable audio processing module: true Enable the audio processing module to apply the Automatic Echo Cancellation (AEC), Automatic Noise Suppression (ANS), and Automatic Gain Control (AGC) effects. false : (Default) Do not enable the audio processing module. This parameter only takes effect on audioTrackDirect in custom audio capturing.

Implementation

@JsonKey(name: 'enableAudioProcessing')
final bool? enableAudioProcessing;