VisioForge (c) 2025

Search Results for

    Class PitchShiftAudioEffect

    Pitch shift audio effect. Implements the BaseAudioEffect.

    Inheritance
    object
    BaseAudioEffect
    PitchShiftAudioEffect
    Implements
    ISharedAudioEffectX
    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 PitchShiftAudioEffect : BaseAudioEffect, ISharedAudioEffectX

    Constructors

    PitchShiftAudioEffect(float)

    Initializes a new instance of the PitchShiftAudioEffect class.

    Declaration
    public PitchShiftAudioEffect(float pitch)
    Parameters
    Type Name Description
    float pitch

    Specifies the pitch. Default value is 1.0f, which means that no pitch is done.

    Properties

    Pitch

    Gets or sets the pitch. Default value is 1.0f, which means that no pitch is done.

    Declaration
    public float Pitch { get; set; }
    Property Value
    Type Description
    float

    The pitch.

    Implements

    ISharedAudioEffectX

    See Also

    BaseAudioEffect