Skip to content

Commit e70a57e

Browse files
authored
Merge pull request #271 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 9/13
2 parents f542e69 + 8415bc2 commit e70a57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/speech-service/openai-voices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can choose from the following text to speech voices in Azure AI services:
3636

3737
## OpenAI text to speech voices via Azure OpenAI Service or via Azure AI Speech?
3838

39-
If you want to use OpenAI text to speech voices, you can choose whether to use them via [Azure OpenAI](../openai/text-to-speech-quickstart.md) or via [Azure AI Speech](./get-started-text-to-speech.md#openai-text-to-speech-voices-in-azure-ai-speech). In either case, the speech synthesis result is the same. To explore OpenAI text to speech voices through Azure AI Speech, visit the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
39+
If you want to use OpenAI text to speech voices, you can choose whether to use them via [Azure OpenAI](../openai/text-to-speech-quickstart.md) or via [Azure AI Speech](./get-started-text-to-speech.md#openai-text-to-speech-voices-in-azure-ai-speech). You can visit the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery) to listen to samples of Azure OpenAI voices or synthesize speech with your own text using the [Audio Content Creation](https://speech.microsoft.com/portal/audiocontentcreation). The audio output is identical in both cases, with only a few feature differences between the two services. See the table below for details.
4040

4141
Here's a comparison of features between OpenAI text to speech voices in Azure OpenAI Service and OpenAI text to speech voices in Azure AI Speech.
4242

articles/ai-services/speech-service/speech-container-ntts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ For more information about `docker run` with Speech containers, see [Install and
184184

185185
### SSML voice element
186186

187-
When you construct a neural text to speech HTTP POST, the [SSML](speech-synthesis-markup.md) message requires a `voice` element with a `name` attribute. The [locale of the voice](language-support.md?tabs=tts) must correspond to the locale of the container model.
187+
When you construct a neural text to speech HTTP POST, the [SSML](speech-synthesis-markup.md) message requires a `voice` element with a `name` attribute. The [locale of the voice](language-support.md?tabs=tts) must correspond to the locale of the container model. The [SSML tag](speech-synthesis-markup-structure.md) support is consistent for [each text to speech voice](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) both in the Azure cloud and the container environment.
188188

189189
For example, a model that was downloaded via the `latest` tag (defaults to "en-US") would have a voice name of `en-US-AriaNeural`.
190190

0 commit comments

Comments
 (0)