SongGuess
    Preparing search index...

    Interface Ai_Cf_Deepgram_Aura_1_Input

    interface Ai_Cf_Deepgram_Aura_1_Input {
        bit_rate?: number;
        container?: "none" | "wav" | "ogg";
        encoding?: "mp3" | "aac" | "flac" | "opus" | "linear16" | "mulaw" | "alaw";
        sample_rate?: number;
        speaker?:
            | "angus"
            | "asteria"
            | "arcas"
            | "orion"
            | "orpheus"
            | "athena"
            | "luna"
            | "zeus"
            | "perseus"
            | "helios"
            | "hera"
            | "stella";
        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?:
        | "angus"
        | "asteria"
        | "arcas"
        | "orion"
        | "orpheus"
        | "athena"
        | "luna"
        | "zeus"
        | "perseus"
        | "helios"
        | "hera"
        | "stella"

    Speaker used to produce the audio.

    text: string

    The text content to be converted to speech