AudioContent: {
    url: string;
    format?: "audio/mpeg" | "audio/mp3" | "audio/wav";
}

Type declaration

  • url: string

    Either a URL of the audio or the base64 encoded audio data.

  • Optional format?: "audio/mpeg" | "audio/mp3" | "audio/wav"

    Specifies the format of the audio data.

Generated using TypeDoc