SongGuess
    Preparing search index...

    Interface Ai_Cf_Deepgram_Aura_2_En_Input

    interface Ai_Cf_Deepgram_Aura_2_En_Input {
        bit_rate?: number;
        container?: "none" | "wav" | "ogg";
        encoding?: "mp3" | "aac" | "flac" | "opus" | "linear16" | "mulaw" | "alaw";
        sample_rate?: number;
        speaker?:
            | "asteria"
            | "arcas"
            | "orion"
            | "orpheus"
            | "athena"
            | "luna"
            | "zeus"
            | "hera"
            | "amalthea"
            | "andromeda"
            | "apollo"
            | "aries"
            | "atlas"
            | "aurora"
            | "callista"
            | "cora"
            | "cordelia"
            | "delia"
            | "draco"
            | "electra"
            | "harmonia"
            | "helena"
            | "hermes"
            | "hyperion"
            | "iris"
            | "janus"
            | "juno"
            | "jupiter"
            | "mars"
            | "minerva"
            | "neptune"
            | "odysseus"
            | "ophelia"
            | "pandora"
            | "phoebe"
            | "pluto"
            | "saturn"
            | "thalia"
            | "theia"
            | "vesta";
        text: string;
    }
    Index

    Properties

    bit_rate?: number

    The bitrate of the audio in bits per second. Choose from predefined ranges or specific values based on the encoding type.

    container?: "none" | "wav" | "ogg"

    Container specifies the file format wrapper for the output audio. The available options depend on the encoding type..

    encoding?: "mp3" | "aac" | "flac" | "opus" | "linear16" | "mulaw" | "alaw"

    Encoding of the output audio.

    sample_rate?: number

    Sample Rate specifies the sample rate for the output audio. Based on the encoding, different sample rates are supported. For some encodings, the sample rate is not configurable

    speaker?:
        | "asteria"
        | "arcas"
        | "orion"
        | "orpheus"
        | "athena"
        | "luna"
        | "zeus"
        | "hera"
        | "amalthea"
        | "andromeda"
        | "apollo"
        | "aries"
        | "atlas"
        | "aurora"
        | "callista"
        | "cora"
        | "cordelia"
        | "delia"
        | "draco"
        | "electra"
        | "harmonia"
        | "helena"
        | "hermes"
        | "hyperion"
        | "iris"
        | "janus"
        | "juno"
        | "jupiter"
        | "mars"
        | "minerva"
        | "neptune"
        | "odysseus"
        | "ophelia"
        | "pandora"
        | "phoebe"
        | "pluto"
        | "saturn"
        | "thalia"
        | "theia"
        | "vesta"

    Speaker used to produce the audio.

    text: string

    The text content to be converted to speech