Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsAudioRequest

    Inheritance
    object
    ElevenLabsAudioRequest
    AudioIsolationRequest
    ElevenLabsVoiceRequest
    MusicCompositionRequest
    SoundEffectRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class ElevenLabsAudioRequest

    Properties

    | Edit this page View Source

    AudioFormat

    Declaration
    [JsonIgnore]
    public AudioFormat AudioFormat { get; set; }
    Property Value
    Type Description
    AudioFormat
    | Edit this page View Source

    OutputFormat

    Optional. Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the a-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs.

    Declaration
    [QueryParameter("output_format")]
    public ElevenLabsTypes.OutputFormat? OutputFormat { get; set; }
    Property Value
    Type Description
    ElevenLabsTypes.OutputFormat?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation