AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class VoiceChangerOptions

    Inheritance
    object
    GenerativeOptions
    VoiceChangerOptions
    Implements
    IGENOptions
    Inherited Members
    GenerativeOptions.Api
    GenerativeOptions.ModelId
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public class VoiceChangerOptions : GenerativeOptions, IGENOptions

    Fields

    RemoveBackgroundNoise

    Whether to remove background noise from the audio output.

    Declaration
    public bool RemoveBackgroundNoise
    Field Value
    Type Description
    bool

    VoiceId

    The voice the model uses to respond. Supported voices are alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, and shimmer.

    Declaration
    public string VoiceId
    Field Value
    Type Description
    string

    Implements

    IGENOptions
    In this article
    Back to top Generated by DocFX