Class DSGargleAudioEffect
The gargle effect modulates the amplitude of the signal.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class DSGargleAudioEffect : BaseAudioEffect, ISharedAudioEffectX
Constructors
DSGargleAudioEffect(int, GargleWaveForm)
Initializes a new instance of the DSGargleAudioEffect class.
Declaration
public DSGargleAudioEffect(int rateHz, GargleWaveForm waveForm)
Parameters
| Type | Name | Description |
|---|---|---|
| int | rateHz | Specifies the frequency of the gargle filter (1 - 1000). |
| GargleWaveForm | waveForm | Specifies the waveform type of the filter. |
Properties
RateHz
Gets or sets rate.
Declaration
public int RateHz { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The rate hz. |
WaveForm
Gets or sets waveform.
Declaration
public GargleWaveForm WaveForm { get; set; }
Property Value
| Type | Description |
|---|---|
| GargleWaveForm | The wave form. |