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-language-support.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: goergenj
7
7
ms.author: jagoerge
8
8
ms.service: azure-ai-speech
9
9
ms.topic: conceptual
10
-
ms.date: 8/8/2025
10
+
ms.date: 8/11/2025
11
11
ms.custom: languages
12
12
# Customer intent: As a developer, I want to learn about which languages are supported by the voice live API and how to configure them.
13
13
---
@@ -51,7 +51,7 @@ The current multi-lingual model supports the following languages:
51
51
- Spanish (Mexico) [es-MX]
52
52
- Spanish (Spain) [es-ES]
53
53
54
-
To use **Automatic multilingual configuration using multilingual model** no additional configuration is required. If you do add the `language` string to the session`session.update` message, make sure to leave it empty.
54
+
To use **Automatic multilingual configuration using multilingual model** no additional configuration is required. If you do add the `language` string to the session`session.update` message, you can leave it empty or set it to a reduced list of supported languages supported by the multilingual model to improve recognition quality.
55
55
56
56
```json
57
57
{
@@ -64,7 +64,7 @@ To use **Automatic multilingual configuration using multilingual model** no addi
64
64
```
65
65
66
66
> [!NOTE]
67
-
> The multilingual model will also generate results for unsupported languages. In these cases transcription quality will be low. Ensure to configure defined languages, if you are setting up application with languages unsupported by the multilingual model.
67
+
> The multilingual model will also generate results for unsupported languages, if no language is defined. In these cases transcription quality will be low. Ensure to configure defined languages, if you are setting up application with languages unsupported by the multilingual model.
68
68
69
69
To configure a single or multiple languages not supported by the multimodal model you must add them to the `language` string in the session`session.update` message. A maximum of 10 languages are supported.
70
70
@@ -205,10 +205,6 @@ For more details see how to configure [Audio output through Azure text to speech
205
205
206
206
In case of *Multilingual Voices* the language output can optionally be controlled by setting specific SSML tags. You can learn more about this in the [Customize voice and sound with SSML](./speech-synthesis-markup-voice.md#lang-examples) how to.
207
207
208
-
### OpenAI supported languages
209
-
210
-
***INPUT NEEDED QINYING!!!***
211
-
212
208
## Related content
213
209
214
210
- Learn more about [How to use the voice live API](./voice-live-how-to.md)
0 commit comments