ZegoReverbParam
ZegoReverbParam
Audio reverberation parameters.
Details
Developers can use the SDK's built-in presets to change the parameters of the reverb.
Declared in ZegoExpressDefines.h
Properties
roomSize
nonatomic, assign float roomSizeRoom size, in the range [0.0, 1.0], to control the size of the "room" in which the reverb is generated, the larger the room, the stronger the reverb.
reverberance
nonatomic, assign float reverberanceEcho, in the range [0.0, 0.5], to control the trailing length of the reverb.
damping
nonatomic, assign float dampingReverb Damping, range [0.0, 2.0], controls the attenuation of the reverb, the higher the damping, the higher the attenuation.
dryWetRatio
nonatomic, assign float dryWetRatioDry/wet ratio, the range is greater than or equal to 0.0, to control the ratio between reverberation, direct sound and early reflections; dry part is set to 1 by default; the smaller the dry/wet ratio, the larger the wet ratio, the stronger the reverberation effect.
