Search Results for

    Show / Hide Table of Contents

    Class AudioPurpose

    Inheritance
    object
    AudioPurpose
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class AudioPurpose

    Fields

    | Edit this page View Source

    Isolation

    Declaration
    public const string Isolation = "isolation"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Music

    Declaration
    public const string Music = "music"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Speech

    Declaration
    public const string Speech = "speech"
    Field Value
    Type Description
    string
    | Edit this page View Source

    VoiceChange

    Declaration
    public const string VoiceChange = "voice_change"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation