Skip to content

Commit 35e6115

Browse files
authored
Merge pull request #109457 from boltomli/jessa-aria-renaming
Rename speech service voice Jessa to Aria
2 parents c5cfede + 90f5069 commit 35e6115

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cognitive-services/Speech-Service/how-to-audio-content-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Welcome to use Audio Content Creation to customize audio output for your product
7676

7777
```xml
7878
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" version="1.0" xml:lang="en-US">
79-
<voice name="Microsoft Server Speech Text to Speech Voice (en-US, JessaNeural)">
79+
<voice name="Microsoft Server Speech Text to Speech Voice (en-US, AriaNeural)">
8080
Welcome to use Audio Content Creation <break time="10ms" />to customize audio output for your products.
8181
</voice>
8282
</speak>

articles/cognitive-services/Speech-Service/tutorial-voice-enable-your-bot-speech-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Here's a sample json of an Activity the client received:
332332
},
333333
"replyToId":"67c823b4-4c7a-4828-9d6e-0b84fd052869",
334334
"serviceUrl":"urn:botframework:websocket:directlinespeech",
335-
"speak":"<speak version='1.0' xmlns='https://www.w3.org/2001/10/synthesis' xml:lang='en-US'><voice name='Microsoft Server Speech Text to Speech Voice (en-US, JessaRUS)'>Echo: Hello and welcome.</voice></speak>",
335+
"speak":"<speak version='1.0' xmlns='https://www.w3.org/2001/10/synthesis' xml:lang='en-US'><voice name='Microsoft Server Speech Text to Speech Voice (en-US, AriaRUS)'>Echo: Hello and welcome.</voice></speak>",
336336
"text":"Echo: Hello and welcome.",
337337
"timestamp":"2019-07-19T20:03:51.1939097Z",
338338
"type":"message"

articles/cognitive-services/Translator/tutorial-build-flask-app-translation-synthesis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ While these samples illustrate how to render html pages for a user, routes can a
235235
flask run
236236
```
237237

238-
4. Open a browser and navigate to the URL provided. You should see your single page app. Press **Ctrl + c** to kill the app.
238+
4. Open a browser and navigate to the URL provided. You should see your single page app. Press **Ctrl + C** to kill the app.
239239

240240
## Translate text
241241

@@ -776,7 +776,7 @@ Now that you have a function to convert text-to-speech, and a route in your Flas
776776
<option value="(zh-TW, Yating, Apollo)">Chinese (Taiwan)| Female | Yaiting, Apollo</option>
777777
<option value="(zh-TW, Zhiwei, Apollo)">Chinese (Taiwan) | Male | Zhiwei, Apollo</option>
778778
<option value="(hr-HR, Matej)">Croatian | Male | Matej</option>
779-
<option value="(en-US, Jessa24kRUS)">English (US) | Female | Jessa24kRUS</option>
779+
<option value="(en-US, AriaRUS)">English (US) | Female | AriaRUS</option>
780780
<option value="(en-US, Guy24kRUS)">English (US) | Male | Guy24kRUS</option>
781781
<option value="(en-IE, Sean)">English (IE) | Male | Sean</option>
782782
<option value="(fr-FR, Julie, Apollo)">French | Female | Julie, Apollo</option>

0 commit comments

Comments
 (0)