Class DSWavesReverbAudioEffect
Waves reverb audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class DSWavesReverbAudioEffect : BaseAudioEffect, ISharedAudioEffectX
Constructors
DSWavesReverbAudioEffect()
Initializes a new instance of the DSWavesReverbAudioEffect class.
Declaration
public DSWavesReverbAudioEffect()
Properties
HighFreqRTRatio
Gets or sets the high frequency ratio (0.001 - 0.999, 0.001 by default).
Declaration
public float HighFreqRTRatio { get; set; }
Property Value
Type | Description |
---|---|
float | The high freq rt ratio. |
InGain
Gets or sets in-gain of the filter (-96.0 - 0.0, 0.0 by default).
Declaration
public float InGain { get; set; }
Property Value
Type | Description |
---|---|
float | The in gain. |
ReverbMix
Gets or sets the reverb mix of the filter (-96.0 - 0.0, 0.0 by default).
Declaration
public float ReverbMix { get; set; }
Property Value
Type | Description |
---|---|
float | The reverb mix. |
ReverbTime
Gets or sets the reverb time of the filter (0.001 - 3000.0, 1000.0 by default.
Declaration
public float ReverbTime { get; set; }
Property Value
Type | Description |
---|---|
float | The reverb time. |