SongGuess
    Preparing search index...

    Interface Ai_Cf_Deepgram_Aura_2_Es_Input

    interface Ai_Cf_Deepgram_Aura_2_Es_Input {
        bit_rate?: number;
        container?: "none" | "wav" | "ogg";
        encoding?: "mp3" | "aac" | "flac" | "opus" | "linear16" | "mulaw" | "alaw";
        sample_rate?: number;
        speaker?:
            | "sirio"
            | "nestor"
            | "carina"
            | "celeste"
            | "alvaro"
            | "diana"
            | "aquila"
            | "selena"
            | "estrella"
            | "javier";
        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?:
        | "sirio"
        | "nestor"
        | "carina"
        | "celeste"
        | "alvaro"
        | "diana"
        | "aquila"
        | "selena"
        | "estrella"
        | "javier"

    Speaker used to produce the audio.

    text: string

    The text content to be converted to speech