setLocalVoiceReverbParam abstract method

Future<int?> setLocalVoiceReverbParam(
  1. VoiceReverbConfig config
)

Set the reverb effect for the local captured audio.
The audio includes both internal captured audio and external captured voice, but not the mixing audio file.

Return value:

  • 0: Success.
  • <0: Failure.

Call RTCVideo.enableLocalVoiceReverb to enable the reverb effect.

Implementation

Future<int?> setLocalVoiceReverbParam(VoiceReverbConfig config);