AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType Enum Reference

Sound effect reverberation parameters. More...

Public Member Functions

 AlivcLiveAudioEffectReverbParamType (int value)
 

Public Attributes

 ROOM_SIZE =(0)
 
 PRE_DELAY =(1)
 
 REVERBERATION =(2)
 
 HF_DAMPING =(3)
 
 TONE_LOW =(4)
 
 TONE_HIGH =(5)
 
 DRY_GAIN =(6)
 
 WET_GAIN =(7)
 

Detailed Description

Sound effect reverberation parameters.

Author
keria
Date
2023/12/19
Attention
This API is only supported in the interactive mode currently
See also
com.alivc.live.pusher.AlivcLivePusher::setAudioEffectReverbParamType(AlivcLiveAudioEffectReverbParamType, float)

Definition at line 14 of file AlivcLiveAudioEffectReverbParamType.java.

Constructor & Destructor Documentation

◆ AlivcLiveAudioEffectReverbParamType()

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.AlivcLiveAudioEffectReverbParamType ( int  value)

Definition at line 74 of file AlivcLiveAudioEffectReverbParamType.java.

Member Data Documentation

◆ DRY_GAIN

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.DRY_GAIN =(6)

Dry gain

Note
range of values: [-20, 10]

Definition at line 63 of file AlivcLiveAudioEffectReverbParamType.java.

◆ HF_DAMPING

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.HF_DAMPING =(3)

Noise reduction

Note
range of values: [0, 100]

Definition at line 42 of file AlivcLiveAudioEffectReverbParamType.java.

◆ PRE_DELAY

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.PRE_DELAY =(1)

Pre delay

Note
unit ms, value range: [0, 200]

Definition at line 28 of file AlivcLiveAudioEffectReverbParamType.java.

◆ REVERBERATION

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.REVERBERATION =(2)

Reverberation sensation

Note
value range: [0, 100]

Definition at line 35 of file AlivcLiveAudioEffectReverbParamType.java.

◆ ROOM_SIZE

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.ROOM_SIZE =(0)

Room size

Note
range of values: [0, 100]

Definition at line 21 of file AlivcLiveAudioEffectReverbParamType.java.

◆ TONE_HIGH

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.TONE_HIGH =(5)

High pitch

Note
range of values: [0, 100]

Definition at line 56 of file AlivcLiveAudioEffectReverbParamType.java.

◆ TONE_LOW

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.TONE_LOW =(4)

Low tone

Note
range of values: [0, 100]

Definition at line 49 of file AlivcLiveAudioEffectReverbParamType.java.

◆ WET_GAIN

com.alivc.live.annotations.AlivcLiveAudioEffectReverbParamType.WET_GAIN =(7)

Wet gain

Note
range of values: [-20, 10]

Definition at line 70 of file AlivcLiveAudioEffectReverbParamType.java.