VisioForge (c) 2025

Search Results for

    Class KaraokeAudioEffect

    Karaoke effect removes the voice from audio by filtering the center channel.

    Inheritance
    object
    BaseAudioEffect
    KaraokeAudioEffect
    Implements
    ISharedAudioEffectX
    IVideoEditXAudioEffect
    Inherited Members
    BaseAudioEffect.Name
    BaseAudioEffect.ID
    BaseAudioEffect.OnUpdate
    BaseAudioEffect.OnUpdateCall()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Implements

    ISharedAudioEffectX
    IVideoEditXAudioEffect