Search Results for

    Show / Hide Table of Contents

    Enum VoiceType

    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public enum VoiceType

    Fields

    Name Description
    Neural

    Deep learning-based neural synthesis. Produces more natural, human-like speech. Used by Microsoft Azure TTS (Neural tier), Amazon Polly (Neural tier), ElevenLabs, and OpenAI TTS.

    Standard

    Rule-based concatenative synthesis. Lower computational cost but less natural prosody. Used by Microsoft Azure TTS (Standard tier) and Amazon Polly (Standard tier).

    WaveNet

    Google DeepMind's WaveNet-based synthesis model, exclusive to Google Cloud TTS. Functionally equivalent to Neural TTS but identified separately to preserve provider-specific voice metadata.

    Extension Methods

    TrTaskExtensions.TrDeferred<VoiceType>(VoiceType, Action<TrStringTask>)
    TrTaskExtensions.Tr<VoiceType>(VoiceType)
    EnumExtensions.HasAnyFlag<VoiceType>(VoiceType, VoiceType?)
    EnumExtensions.ToFlagList<VoiceType>(VoiceType)
    EnumExtensions.ToFlagSet<VoiceType>(VoiceType)
    EnumExtensions.ToJoinedString<VoiceType>(VoiceType, char, char)
    EnumExtensions.ToLowerInvariantString<VoiceType>(VoiceType)
    EventExtensions.ToDelta<VoiceType>(VoiceType, string, int, string, bool)
    EventExtensions.ToDone<VoiceType>(VoiceType, string, int, string)
    EventExtensions.ToEvent<VoiceType>(VoiceType)
    EventExtensions.UpcastDelta<VoiceType, T2>(VoiceType, string, int, string, bool)
    ExperimentalAttributeExtensions.IsExperimental<VoiceType>(VoiceType)
    FallbackExtensions.IsOr<VoiceType, TChild>(VoiceType, TChild)
    ResponseCastingExtensions.GetResult<VoiceType>(VoiceType)
    LogMessageExtensions.GetDisplayedMessage<VoiceType>(VoiceType)
    LogMessageExtensions.GetLogMessage<VoiceType>(VoiceType)
    SystemExtensions.GetHashCodeOrDefault<VoiceType>(VoiceType)
    RESTEnum.GetRESTEnum(Enum)
    InspectorNameUtils.GetInspectorName(Enum, string)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation