logo
On this page

ZegoReverbAdvancedParam

ZegoReverbAdvancedParam

Audio reverberation advanced parameters.

Details

Developers can use the SDK's built-in presets to change the parameters of the reverb.

Declared in ZegoExpressDefines.h

Properties

roomSize

roomSize
nonatomic, assign float roomSize

Room 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

reverberance
nonatomic, assign float reverberance

Echo(%), in the range [0.0, 100.0], to control the trailing length of the reverb.

damping

damping
nonatomic, assign float damping

Reverb Damping(%), range [0.0, 100.0], controls the attenuation of the reverb, the higher the damping, the higher the attenuation.

wetOnly

wetOnly
nonatomic, assign BOOL wetOnly

only wet

wetGain

wetGain
nonatomic, assign float wetGain

wet gain(dB), range [-20.0, 10.0]

dryGain

dryGain
nonatomic, assign float dryGain

dry gain(dB), range [-20.0, 10.0]

toneLow

toneLow
nonatomic, assign float toneLow

Tone Low. 100% by default

toneHigh

toneHigh
nonatomic, assign float toneHigh

Tone High. 100% by default

preDelay

preDelay
nonatomic, assign float preDelay

PreDelay(ms), range [0.0, 200.0]

stereoWidth

stereoWidth
nonatomic, assign float stereoWidth

Stereo Width(%). 0% by default

Previous

zegoreplaykitexthandler

Next

zegoreverbechoparam

On this page

Back to top