Enum SPXSpeechSynthesisOutputFormat
Defines the possible speech synthesis output audio format.
Updated in version 1.17.0
Name | Description |
---|---|
SPXSpeechSynthesisOutputFormat_Raw8Khz8BitMonoMULaw | raw-8khz-8bit-mono-mulaw |
SPXSpeechSynthesisOutputFormat_Riff16Khz16KbpsMonoSiren | riff-16khz-16kbps-mono-siren Unsupported by the service. Do not use this value. |
SPXSpeechSynthesisOutputFormat_Audio16Khz16KbpsMonoSiren | audio-16khz-16kbps-mono-siren Unsupported by the service. Do not use this value. |
SPXSpeechSynthesisOutputFormat_Audio16Khz32KBitRateMonoMp3 | audio-16khz-32kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Audio16Khz128KBitRateMonoMp3 | audio-16khz-128kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Audio16Khz64KBitRateMonoMp3 | audio-16khz-64kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Audio24Khz48KBitRateMonoMp3 | audio-24khz-48kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Audio24Khz96KBitRateMonoMp3 | audio-24khz-96kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Audio24Khz160KBitRateMonoMp3 | audio-24khz-160kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Raw16Khz16BitMonoTrueSilk | raw-16khz-16bit-mono-truesilk |
SPXSpeechSynthesisOutputFormat_Riff16Khz16BitMonoPcm | riff-16khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Riff8Khz16BitMonoPcm | riff-8khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Riff24Khz16BitMonoPcm | riff-24khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Riff8Khz8BitMonoMULaw | riff-8khz-8bit-mono-mulaw |
SPXSpeechSynthesisOutputFormat_Raw16Khz16BitMonoPcm | raw-16khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Raw24Khz16BitMonoPcm | raw-24khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Raw8Khz16BitMonoPcm | raw-8khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Ogg16khz16BitMonoOpus | ogg-16khz-16bit-mono-opus |
SPXSpeechSynthesisOutputFormat_Ogg24khz16BitMonoOpus | ogg-24khz-16bit-mono-opus |
SPXSpeechSynthesisOutputFormat_Raw48Khz16BitMonoPcm | raw-48khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Riff48Khz16BitMonoPcm | riff-48khz-16bit-mono-pcm |
SPXSpeechSynthesisOutputFormat_Audio48Khz96KBitRateMonoMp3 | audio-48khz-96kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Audio48Khz192KBitRateMonoMp3 | audio-48khz-192kbitrate-mono-mp3 |
SPXSpeechSynthesisOutputFormat_Ogg48Khz16BitMonoOpus | ogg-48khz-16bit-mono-opus Added in version 1.16.0 |
SPXSpeechSynthesisOutputFormat_Webm16Khz16BitMonoOpus | webm-16khz-16bit-mono-opus Added in version 1.16.0 |
SPXSpeechSynthesisOutputFormat_Webm24Khz16BitMonoOpus | webm-24khz-16bit-mono-opus Added in version 1.16.0 |
SPXSpeechSynthesisOutputFormat_Raw24Khz16BitMonoTrueSilk | raw-24khz-16bit-mono-truesilk Added in version 1.17.0 |
SPXSpeechSynthesisOutputFormat_Raw8Khz8BitMonoALaw | raw-8khz-8bit-mono-alaw Added in version 1.17.0 |
SPXSpeechSynthesisOutputFormat_Riff8Khz8BitMonoALaw | riff-8khz-8bit-mono-alaw Added in version 1.17.0 |
SPXSpeechSynthesisOutputFormat_Webm24Khz16Bit24KbpsMonoOpus | webm-24khz-16bit-24kbps-mono-opus Audio compressed by OPUS codec in a WebM container, with bitrate of 24kbps, optimized for IoT scenario. Added in version 1.19.0 |
SPXSpeechSynthesisOutputFormat_Audio16Khz16Bit32KbpsMonoOpus | audio-16khz-16bit-32kbps-mono-opus Audio compressed by OPUS codec without container, with bitrate of 32kbps. Added in version 1.20.0 |
SPXSpeechSynthesisOutputFormat_Audio24Khz16Bit48KbpsMonoOpus | audio-24khz-16bit-48kbps-mono-opus Audio compressed by OPUS codec without container, with bitrate of 48kbps. Added in version 1.20.0 |
SPXSpeechSynthesisOutputFormat_Audio24Khz16Bit24KbpsMonoOpus | audio-24khz-16bit-24kbps-mono-opus Audio compressed by OPUS codec without container, with bitrate of 24kbps. Added in version 1.20.0 |
SPXSpeechSynthesisOutputFormat_Raw22050Hz16BitMonoPcm | raw-22050hz-16bit-mono-pcm Raw PCM audio at 22050Hz sampling rate and 16-bit depth. Added in 1.22.0 |
SPXSpeechSynthesisOutputFormat_Riff22050Hz16BitMonoPcm | riff-22050hz-16bit-mono-pcm PCM audio at 22050Hz sampling rate and 16-bit depth, with RIFF header. Added in 1.22.0 |
SPXSpeechSynthesisOutputFormat_Raw44100Hz16BitMonoPcm | raw-44100hz-16bit-mono-pcm Raw PCM audio at 44100Hz sampling rate and 16-bit depth. Added in 1.22.0 |
SPXSpeechSynthesisOutputFormat_Riff44100Hz16BitMonoPcm | riff-44100hz-16bit-mono-pcm PCM audio at 44100Hz sampling rate and 16-bit depth, with RIFF header. Added in 1.22.0 |
SPXSpeechSynthesisOutputFormat_AmrWb16000Hz | amr-wb-16000hz AMR-WB audio at 16kHz sampling rate. Added in 1.24.0 |
SPXSpeechSynthesisOutputFormat_G72216Khz64Kbps | g722-16khz-64kbps G.722 audio at 16kHz sampling rate and 64kbps bitrate. Added in 1.38.0 |