You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/voice-live-how-to.md
+30-29Lines changed: 30 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,20 +174,21 @@ Here's an example of end of utterance detection in a session object:
174
174
175
175
### Phrase list
176
176
177
-
Use phrase list for lightweight just-in-time customization on audio input. To configure phrase list, you can set the phrase_list in the `session.update` message.
177
+
Use phrase list for lightweight just-in-time customization on audio input. To configure phrase list, you can set the phrase_list in the `session.update` message.
> Phrase list currently doesn't support gpt-4o-realtime-preview, gpt-4o-mini-realtime-preview, and phi4-mm-realtime. To learn more about phrase list, see [phrase list for speech to text](./improve-accuracy-phrase-list.md).
191
+
> Phrase list currently doesn't support gpt-4o-realtime-preview, gpt-4o-mini-realtime-preview, and phi4-mm-realtime. To learn more about phrase list, see [phrase list for speech to text](./improve-accuracy-phrase-list.md).
191
192
192
193
## Audio output through Azure text to speech
193
194
@@ -247,36 +248,36 @@ You can use a custom voice for audio output. For information about how to create
247
248
}
248
249
```
249
250
250
-
### Custom lexicon
251
+
### Custom lexicon
251
252
252
253
Use the `custom_lexicon_url` string property to customize pronunciation for both standard Azure text to speech voices and custom voices. To learn more about how to format the custom lexicon (the same as Speech Synthesis Markup Language (SSML)), see [custom lexicon for text to speech](./speech-synthesis-markup-pronunciation.md#custom-lexicon).
253
254
254
255
```json
255
-
{
256
-
"voice": {
257
-
"name": "en-US-Ava:DragonHDLatestNeural",
258
-
"type": "azure-standard",
259
-
"temperature": 0.8, // optional
260
-
"custom_lexicon_url": "<custom lexicon url>"
261
-
}
262
-
}
256
+
{
257
+
"voice": {
258
+
"name": "en-US-Ava:DragonHDLatestNeural",
259
+
"type": "azure-standard",
260
+
"temperature": 0.8, // optional
261
+
"custom_lexicon_url": "<custom lexicon url>"
262
+
}
263
+
}
263
264
```
264
265
265
-
### Speaking rate
266
+
### Speaking rate
266
267
267
-
Use the `rate` string property to adjust the speaking speed for any standard Azure text to speech voices and custom voices.
268
+
Use the `rate` string property to adjust the speaking speed for any standard Azure text to speech voices and custom voices.
268
269
269
-
The rate value should range from 0.5 to 1.5, with higher values indicating faster speeds.
270
+
The rate value should range from 0.5 to 1.5, with higher values indicating faster speeds.
0 commit comments