Class KaraokeAudioEffect
Karaoke effect removes the voice from audio by filtering the center channel.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class KaraokeAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect
Constructors
KaraokeAudioEffect()
Initializes a new instance of the KaraokeAudioEffect class.
Declaration
public KaraokeAudioEffect()
Properties
FilterBand
Gets or sets the frequency band of the filter.
Declaration
public float FilterBand { get; set; }
Property Value
Type | Description |
---|---|
float |
FilterWidth
Gets or sets the frequency width of the filter.
Declaration
public float FilterWidth { get; set; }
Property Value
Type | Description |
---|---|
float |
Level
Gets or sets the level of the effect (1.0 = full).
Declaration
public float Level { get; set; }
Property Value
Type | Description |
---|---|
float |
MonoLevel
Gets or sets the level of the mono channel (1.0 = full).
Declaration
public float MonoLevel { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |