00790225dde835ee0f579c94eb19b76eae4b198ebac6af6ac9722e6181001102.json 27 KB

1
  1. {"ast":null,"code":"\"use strict\";\n\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SpeechSynthesisOutputFormat = void 0;\n/**\n * Define speech synthesis audio output formats.\n * @enum SpeechSynthesisOutputFormat\n * Updated in version 1.17.0\n */\nvar SpeechSynthesisOutputFormat;\n(function (SpeechSynthesisOutputFormat) {\n /**\n * raw-8khz-8bit-mono-mulaw\n * @member SpeechSynthesisOutputFormat.Raw8Khz8BitMonoMULaw,\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw8Khz8BitMonoMULaw\"] = 0] = \"Raw8Khz8BitMonoMULaw\";\n /**\n * riff-16khz-16kbps-mono-siren\n * @note Unsupported by the service. Do not use this value.\n * @member SpeechSynthesisOutputFormat.Riff16Khz16KbpsMonoSiren\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff16Khz16KbpsMonoSiren\"] = 1] = \"Riff16Khz16KbpsMonoSiren\";\n /**\n * audio-16khz-16kbps-mono-siren\n * @note Unsupported by the service. Do not use this value.\n * @member SpeechSynthesisOutputFormat.Audio16Khz16KbpsMonoSiren\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz16KbpsMonoSiren\"] = 2] = \"Audio16Khz16KbpsMonoSiren\";\n /**\n * audio-16khz-32kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio16Khz32KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz32KBitRateMonoMp3\"] = 3] = \"Audio16Khz32KBitRateMonoMp3\";\n /**\n * audio-16khz-128kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio16Khz128KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz128KBitRateMonoMp3\"] = 4] = \"Audio16Khz128KBitRateMonoMp3\";\n /**\n * audio-16khz-64kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio16Khz64KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz64KBitRateMonoMp3\"] = 5] = \"Audio16Khz64KBitRateMonoMp3\";\n /**\n * audio-24khz-48kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio24Khz48KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz48KBitRateMonoMp3\"] = 6] = \"Audio24Khz48KBitRateMonoMp3\";\n /**\n * audio-24khz-96kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio24Khz96KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz96KBitRateMonoMp3\"] = 7] = \"Audio24Khz96KBitRateMonoMp3\";\n /**\n * audio-24khz-160kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio24Khz160KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz160KBitRateMonoMp3\"] = 8] = \"Audio24Khz160KBitRateMonoMp3\";\n /**\n * raw-16khz-16bit-mono-truesilk\n * @member SpeechSynthesisOutputFormat.Raw16Khz16BitMonoTrueSilk\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw16Khz16BitMonoTrueSilk\"] = 9] = \"Raw16Khz16BitMonoTrueSilk\";\n /**\n * riff-16khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff16Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff16Khz16BitMonoPcm\"] = 10] = \"Riff16Khz16BitMonoPcm\";\n /**\n * riff-8khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff8Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff8Khz16BitMonoPcm\"] = 11] = \"Riff8Khz16BitMonoPcm\";\n /**\n * riff-24khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff24Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff24Khz16BitMonoPcm\"] = 12] = \"Riff24Khz16BitMonoPcm\";\n /**\n * riff-8khz-8bit-mono-mulaw\n * @member SpeechSynthesisOutputFormat.Riff8Khz8BitMonoMULaw\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff8Khz8BitMonoMULaw\"] = 13] = \"Riff8Khz8BitMonoMULaw\";\n /**\n * raw-16khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw16Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw16Khz16BitMonoPcm\"] = 14] = \"Raw16Khz16BitMonoPcm\";\n /**\n * raw-24khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw24Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw24Khz16BitMonoPcm\"] = 15] = \"Raw24Khz16BitMonoPcm\";\n /**\n * raw-8khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw8Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw8Khz16BitMonoPcm\"] = 16] = \"Raw8Khz16BitMonoPcm\";\n /**\n * ogg-16khz-16bit-mono-opus\n * @member SpeechSynthesisOutputFormat.Ogg16Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Ogg16Khz16BitMonoOpus\"] = 17] = \"Ogg16Khz16BitMonoOpus\";\n /**\n * ogg-24khz-16bit-mono-opus\n * @member SpeechSynthesisOutputFormat.Ogg24Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Ogg24Khz16BitMonoOpus\"] = 18] = \"Ogg24Khz16BitMonoOpus\";\n /**\n * raw-48khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw48Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw48Khz16BitMonoPcm\"] = 19] = \"Raw48Khz16BitMonoPcm\";\n /**\n * riff-48khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff48Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff48Khz16BitMonoPcm\"] = 20] = \"Riff48Khz16BitMonoPcm\";\n /**\n * audio-48khz-96kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio48Khz96KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio48Khz96KBitRateMonoMp3\"] = 21] = \"Audio48Khz96KBitRateMonoMp3\";\n /**\n * audio-48khz-192kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio48Khz192KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio48Khz192KBitRateMonoMp3\"] = 22] = \"Audio48Khz192KBitRateMonoMp3\";\n /**\n * ogg-48khz-16bit-mono-opus\n * Added in version 1.16.0\n * @member SpeechSynthesisOutputFormat.Ogg48Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Ogg48Khz16BitMonoOpus\"] = 23] = \"Ogg48Khz16BitMonoOpus\";\n /**\n * webm-16khz-16bit-mono-opus\n * Added in version 1.16.0\n * @member SpeechSynthesisOutputFormat.Webm16Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Webm16Khz16BitMonoOpus\"] = 24] = \"Webm16Khz16BitMonoOpus\";\n /**\n * webm-24khz-16bit-mono-opus\n * Added in version 1.16.0\n * @member SpeechSynthesisOutputFormat.Webm24Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Webm24Khz16BitMonoOpus\"] = 25] = \"Webm24Khz16BitMonoOpus\";\n /**\n * raw-24khz-16bit-mono-truesilk\n * Added in version 1.17.0\n * @member SpeechSynthesisOutputFormat.Raw24Khz16BitMonoTrueSilk\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw24Khz16BitMonoTrueSilk\"] = 26] = \"Raw24Khz16BitMonoTrueSilk\";\n /**\n * raw-8khz-8bit-mono-alaw\n * Added in version 1.17.0\n * @member SpeechSynthesisOutputFormat.Raw8Khz8BitMonoALaw\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw8Khz8BitMonoALaw\"] = 27] = \"Raw8Khz8BitMonoALaw\";\n /**\n * riff-8khz-8bit-mono-alaw\n * Added in version 1.17.0\n * @member SpeechSynthesisOutputFormat.Riff8Khz8BitMonoALaw\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff8Khz8BitMonoALaw\"] = 28] = \"Riff8Khz8BitMonoALaw\";\n /**\n * webm-24khz-16bit-24kbps-mono-opus\n * Audio compressed by OPUS codec in a webm container, with bitrate of 24kbps, optimized for IoT scenario.\n * Added in version 1.19.0\n * @member SpeechSynthesisOutputFormat.Webm24Khz16Bit24KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Webm24Khz16Bit24KbpsMonoOpus\"] = 29] = \"Webm24Khz16Bit24KbpsMonoOpus\";\n /**\n * audio-16khz-16bit-32kbps-mono-opus\n * Audio compressed by OPUS codec without container, with bitrate of 32kbps.\n * Added in version 1.20.0\n * @member SpeechSynthesisOutputFormat.Audio16Khz16Bit32KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz16Bit32KbpsMonoOpus\"] = 30] = \"Audio16Khz16Bit32KbpsMonoOpus\";\n /**\n * audio-24khz-16bit-48kbps-mono-opus\n * Audio compressed by OPUS codec without container, with bitrate of 48kbps.\n * Added in version 1.20.0\n * @member SpeechSynthesisOutputFormat.Audio24Khz16Bit48KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz16Bit48KbpsMonoOpus\"] = 31] = \"Audio24Khz16Bit48KbpsMonoOpus\";\n /**\n * audio-24khz-16bit-24kbps-mono-opus\n * Audio compressed by OPUS codec without container, with bitrate of 24kbps.\n * Added in version 1.20.0\n * @member SpeechSynthesisOutputFormat.Audio24Khz16Bit24KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz16Bit24KbpsMonoOpus\"] = 32] = \"Audio24Khz16Bit24KbpsMonoOpus\";\n /**\n * raw-22050hz-16bit-mono-pcm\n * Raw PCM audio at 22050Hz sampling rate and 16-bit depth.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Raw22050Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw22050Hz16BitMonoPcm\"] = 33] = \"Raw22050Hz16BitMonoPcm\";\n /**\n * riff-22050hz-16bit-mono-pcm\n * PCM audio at 22050Hz sampling rate and 16-bit depth, with RIFF header.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Riff22050Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff22050Hz16BitMonoPcm\"] = 34] = \"Riff22050Hz16BitMonoPcm\";\n /**\n * raw-44100hz-16bit-mono-pcm\n * Raw PCM audio at 44100Hz sampling rate and 16-bit depth.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Raw44100Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw44100Hz16BitMonoPcm\"] = 35] = \"Raw44100Hz16BitMonoPcm\";\n /**\n * riff-44100hz-16bit-mono-pcm\n * PCM audio at 44100Hz sampling rate and 16-bit depth, with RIFF header.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Riff44100Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff44100Hz16BitMonoPcm\"] = 36] = \"Riff44100Hz16BitMonoPcm\";\n /**\n * amr-wb-16000hz\n * AMR-WB audio at 16kHz sampling rate.\n * Added in version 1.38.0\n * @member SpeechSynthesisOutputFormat.AmrWb16000Hz\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"AmrWb16000Hz\"] = 37] = \"AmrWb16000Hz\";\n /**\n * g722-16khz-64kbps\n * G.722 audio at 16kHz sampling rate and 64kbps bitrate.\n * Added in version 1.38.0\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"G72216Khz64Kbps\"] = 38] = \"G72216Khz64Kbps\";\n})(SpeechSynthesisOutputFormat = exports.SpeechSynthesisOutputFormat || (exports.SpeechSynthesisOutputFormat = {}));","map":{"version":3,"names":["Object","defineProperty","exports","value","SpeechSynthesisOutputFormat"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/sdk/SpeechSynthesisOutputFormat.js"],"sourcesContent":["\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.SpeechSynthesisOutputFormat = void 0;\n/**\n * Define speech synthesis audio output formats.\n * @enum SpeechSynthesisOutputFormat\n * Updated in version 1.17.0\n */\nvar SpeechSynthesisOutputFormat;\n(function (SpeechSynthesisOutputFormat) {\n /**\n * raw-8khz-8bit-mono-mulaw\n * @member SpeechSynthesisOutputFormat.Raw8Khz8BitMonoMULaw,\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw8Khz8BitMonoMULaw\"] = 0] = \"Raw8Khz8BitMonoMULaw\";\n /**\n * riff-16khz-16kbps-mono-siren\n * @note Unsupported by the service. Do not use this value.\n * @member SpeechSynthesisOutputFormat.Riff16Khz16KbpsMonoSiren\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff16Khz16KbpsMonoSiren\"] = 1] = \"Riff16Khz16KbpsMonoSiren\";\n /**\n * audio-16khz-16kbps-mono-siren\n * @note Unsupported by the service. Do not use this value.\n * @member SpeechSynthesisOutputFormat.Audio16Khz16KbpsMonoSiren\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz16KbpsMonoSiren\"] = 2] = \"Audio16Khz16KbpsMonoSiren\";\n /**\n * audio-16khz-32kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio16Khz32KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz32KBitRateMonoMp3\"] = 3] = \"Audio16Khz32KBitRateMonoMp3\";\n /**\n * audio-16khz-128kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio16Khz128KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz128KBitRateMonoMp3\"] = 4] = \"Audio16Khz128KBitRateMonoMp3\";\n /**\n * audio-16khz-64kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio16Khz64KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz64KBitRateMonoMp3\"] = 5] = \"Audio16Khz64KBitRateMonoMp3\";\n /**\n * audio-24khz-48kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio24Khz48KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz48KBitRateMonoMp3\"] = 6] = \"Audio24Khz48KBitRateMonoMp3\";\n /**\n * audio-24khz-96kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio24Khz96KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz96KBitRateMonoMp3\"] = 7] = \"Audio24Khz96KBitRateMonoMp3\";\n /**\n * audio-24khz-160kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio24Khz160KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz160KBitRateMonoMp3\"] = 8] = \"Audio24Khz160KBitRateMonoMp3\";\n /**\n * raw-16khz-16bit-mono-truesilk\n * @member SpeechSynthesisOutputFormat.Raw16Khz16BitMonoTrueSilk\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw16Khz16BitMonoTrueSilk\"] = 9] = \"Raw16Khz16BitMonoTrueSilk\";\n /**\n * riff-16khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff16Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff16Khz16BitMonoPcm\"] = 10] = \"Riff16Khz16BitMonoPcm\";\n /**\n * riff-8khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff8Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff8Khz16BitMonoPcm\"] = 11] = \"Riff8Khz16BitMonoPcm\";\n /**\n * riff-24khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff24Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff24Khz16BitMonoPcm\"] = 12] = \"Riff24Khz16BitMonoPcm\";\n /**\n * riff-8khz-8bit-mono-mulaw\n * @member SpeechSynthesisOutputFormat.Riff8Khz8BitMonoMULaw\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff8Khz8BitMonoMULaw\"] = 13] = \"Riff8Khz8BitMonoMULaw\";\n /**\n * raw-16khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw16Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw16Khz16BitMonoPcm\"] = 14] = \"Raw16Khz16BitMonoPcm\";\n /**\n * raw-24khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw24Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw24Khz16BitMonoPcm\"] = 15] = \"Raw24Khz16BitMonoPcm\";\n /**\n * raw-8khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw8Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw8Khz16BitMonoPcm\"] = 16] = \"Raw8Khz16BitMonoPcm\";\n /**\n * ogg-16khz-16bit-mono-opus\n * @member SpeechSynthesisOutputFormat.Ogg16Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Ogg16Khz16BitMonoOpus\"] = 17] = \"Ogg16Khz16BitMonoOpus\";\n /**\n * ogg-24khz-16bit-mono-opus\n * @member SpeechSynthesisOutputFormat.Ogg24Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Ogg24Khz16BitMonoOpus\"] = 18] = \"Ogg24Khz16BitMonoOpus\";\n /**\n * raw-48khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Raw48Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw48Khz16BitMonoPcm\"] = 19] = \"Raw48Khz16BitMonoPcm\";\n /**\n * riff-48khz-16bit-mono-pcm\n * @member SpeechSynthesisOutputFormat.Riff48Khz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff48Khz16BitMonoPcm\"] = 20] = \"Riff48Khz16BitMonoPcm\";\n /**\n * audio-48khz-96kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio48Khz96KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio48Khz96KBitRateMonoMp3\"] = 21] = \"Audio48Khz96KBitRateMonoMp3\";\n /**\n * audio-48khz-192kbitrate-mono-mp3\n * @member SpeechSynthesisOutputFormat.Audio48Khz192KBitRateMonoMp3\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio48Khz192KBitRateMonoMp3\"] = 22] = \"Audio48Khz192KBitRateMonoMp3\";\n /**\n * ogg-48khz-16bit-mono-opus\n * Added in version 1.16.0\n * @member SpeechSynthesisOutputFormat.Ogg48Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Ogg48Khz16BitMonoOpus\"] = 23] = \"Ogg48Khz16BitMonoOpus\";\n /**\n * webm-16khz-16bit-mono-opus\n * Added in version 1.16.0\n * @member SpeechSynthesisOutputFormat.Webm16Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Webm16Khz16BitMonoOpus\"] = 24] = \"Webm16Khz16BitMonoOpus\";\n /**\n * webm-24khz-16bit-mono-opus\n * Added in version 1.16.0\n * @member SpeechSynthesisOutputFormat.Webm24Khz16BitMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Webm24Khz16BitMonoOpus\"] = 25] = \"Webm24Khz16BitMonoOpus\";\n /**\n * raw-24khz-16bit-mono-truesilk\n * Added in version 1.17.0\n * @member SpeechSynthesisOutputFormat.Raw24Khz16BitMonoTrueSilk\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw24Khz16BitMonoTrueSilk\"] = 26] = \"Raw24Khz16BitMonoTrueSilk\";\n /**\n * raw-8khz-8bit-mono-alaw\n * Added in version 1.17.0\n * @member SpeechSynthesisOutputFormat.Raw8Khz8BitMonoALaw\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw8Khz8BitMonoALaw\"] = 27] = \"Raw8Khz8BitMonoALaw\";\n /**\n * riff-8khz-8bit-mono-alaw\n * Added in version 1.17.0\n * @member SpeechSynthesisOutputFormat.Riff8Khz8BitMonoALaw\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff8Khz8BitMonoALaw\"] = 28] = \"Riff8Khz8BitMonoALaw\";\n /**\n * webm-24khz-16bit-24kbps-mono-opus\n * Audio compressed by OPUS codec in a webm container, with bitrate of 24kbps, optimized for IoT scenario.\n * Added in version 1.19.0\n * @member SpeechSynthesisOutputFormat.Webm24Khz16Bit24KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Webm24Khz16Bit24KbpsMonoOpus\"] = 29] = \"Webm24Khz16Bit24KbpsMonoOpus\";\n /**\n * audio-16khz-16bit-32kbps-mono-opus\n * Audio compressed by OPUS codec without container, with bitrate of 32kbps.\n * Added in version 1.20.0\n * @member SpeechSynthesisOutputFormat.Audio16Khz16Bit32KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio16Khz16Bit32KbpsMonoOpus\"] = 30] = \"Audio16Khz16Bit32KbpsMonoOpus\";\n /**\n * audio-24khz-16bit-48kbps-mono-opus\n * Audio compressed by OPUS codec without container, with bitrate of 48kbps.\n * Added in version 1.20.0\n * @member SpeechSynthesisOutputFormat.Audio24Khz16Bit48KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz16Bit48KbpsMonoOpus\"] = 31] = \"Audio24Khz16Bit48KbpsMonoOpus\";\n /**\n * audio-24khz-16bit-24kbps-mono-opus\n * Audio compressed by OPUS codec without container, with bitrate of 24kbps.\n * Added in version 1.20.0\n * @member SpeechSynthesisOutputFormat.Audio24Khz16Bit24KbpsMonoOpus\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Audio24Khz16Bit24KbpsMonoOpus\"] = 32] = \"Audio24Khz16Bit24KbpsMonoOpus\";\n /**\n * raw-22050hz-16bit-mono-pcm\n * Raw PCM audio at 22050Hz sampling rate and 16-bit depth.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Raw22050Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw22050Hz16BitMonoPcm\"] = 33] = \"Raw22050Hz16BitMonoPcm\";\n /**\n * riff-22050hz-16bit-mono-pcm\n * PCM audio at 22050Hz sampling rate and 16-bit depth, with RIFF header.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Riff22050Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff22050Hz16BitMonoPcm\"] = 34] = \"Riff22050Hz16BitMonoPcm\";\n /**\n * raw-44100hz-16bit-mono-pcm\n * Raw PCM audio at 44100Hz sampling rate and 16-bit depth.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Raw44100Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Raw44100Hz16BitMonoPcm\"] = 35] = \"Raw44100Hz16BitMonoPcm\";\n /**\n * riff-44100hz-16bit-mono-pcm\n * PCM audio at 44100Hz sampling rate and 16-bit depth, with RIFF header.\n * Added in version 1.22.0\n * @member SpeechSynthesisOutputFormat.Riff44100Hz16BitMonoPcm\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"Riff44100Hz16BitMonoPcm\"] = 36] = \"Riff44100Hz16BitMonoPcm\";\n /**\n * amr-wb-16000hz\n * AMR-WB audio at 16kHz sampling rate.\n * Added in version 1.38.0\n * @member SpeechSynthesisOutputFormat.AmrWb16000Hz\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"AmrWb16000Hz\"] = 37] = \"AmrWb16000Hz\";\n /**\n * g722-16khz-64kbps\n * G.722 audio at 16kHz sampling rate and 64kbps bitrate.\n * Added in version 1.38.0\n */\n SpeechSynthesisOutputFormat[SpeechSynthesisOutputFormat[\"G72216Khz64Kbps\"] = 38] = \"G72216Khz64Kbps\";\n})(SpeechSynthesisOutputFormat = exports.SpeechSynthesisOutputFormat || (exports.SpeechSynthesisOutputFormat = {}));\n\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}