ZegoReverbEchoParam
ZegoReverbEchoParam
Audio reverberation echo parameters.
Declared in entity/ZegoReverbEchoParam.java
Properties
inGain
inGain
public float inGainGain of input audio signal, in the range [0.0, 1.0]
outGain
outGain
public float outGainGain of output audio signal, in the range [0.0, 1.0]
numDelays
numDelays
public int numDelaysNumber of echos, in the range [0, 7]
delay
delay
public int[] delayRespective delay of echo signal, in milliseconds, in the range [0, 5000] ms
decay
decay
public float[] decayRespective decay coefficient of echo signal, in the range [0.0, 1.0]
