Skip to content

Commit f2d50df

Browse files
committed
Update speech-input for clarity and remove OpenAI TTS
1 parent cc5d684 commit f2d50df

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/ai-services/speech-service/voice-live-language-support.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: goergenj
77
ms.author: jagoerge
88
ms.service: azure-ai-speech
99
ms.topic: conceptual
10-
ms.date: 8/8/2025
10+
ms.date: 8/11/2025
1111
ms.custom: languages
1212
# Customer intent: As a developer, I want to learn about which languages are supported by the voice live API and how to configure them.
1313
---
@@ -51,7 +51,7 @@ The current multi-lingual model supports the following languages:
5151
- Spanish (Mexico) [es-MX]
5252
- Spanish (Spain) [es-ES]
5353

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.
5555

5656
```json
5757
{
@@ -64,7 +64,7 @@ To use **Automatic multilingual configuration using multilingual model** no addi
6464
```
6565

6666
> [!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.
6868

6969
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.
7070

@@ -205,10 +205,6 @@ For more details see how to configure [Audio output through Azure text to speech
205205

206206
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.
207207

208-
### OpenAI supported languages
209-
210-
***INPUT NEEDED QINYING!!!***
211-
212208
## Related content
213209

214210
- Learn more about [How to use the voice live API](./voice-live-how-to.md)

0 commit comments

Comments
 (0)