Skip to content

Commit e65977b

Browse files
Merge pull request #217504 from eric-urban/eur/quickstarts
troubleshoot known issue
2 parents 7ba5394 + 9677fa4 commit e65977b

File tree

10 files changed

+34
-3
lines changed

10 files changed

+34
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-to-text-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
3131

3232
Follow these steps to create a new console application and install the Speech SDK.
3333

34-
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI.
34+
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI. The `Program.cs` file should be created in the project directory.
3535
```dotnetcli
3636
dotnet new console
3737
```

articles/cognitive-services/Speech-Service/includes/quickstarts/speech-translation-basics/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
2121

2222
Follow these steps to create a new console application and install the Speech SDK.
2323

24-
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI.
24+
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI. The `Program.cs` file should be created in the project directory.
2525
```dotnetcli
2626
dotnet new console
2727
```

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Run the following command for speech synthesis to the default speaker output. Yo
3333
> [!div class="nextstepaction"]
3434
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-speaker-output" target="_target">I ran into an issue</a>
3535
36+
> [!WARNING]
37+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
38+
3639
If you don't set a voice name, the default voice for `en-US` will speak. All neural voices are multilingual and fluent in their own language and English. For example, if the input text in English is "I'm excited to try text to speech" and you set `--voice "es-ES-ElviraNeural"`, the text is spoken in English with a Spanish accent. If the voice does not speak the language of the input text, the Speech service won't output synthesized audio.
3740

3841
Run this command for information about additional speech synthesis options such as file input and output:

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/cpp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ I'm excited to try text to speech
131131
> [!div class="nextstepaction"]
132132
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CPP&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-speaker-output" target="_target">I ran into an issue</a>
133133
134+
> [!WARNING]
135+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
136+
134137
## Remarks
135138
Now that you've completed the quickstart, here are some additional considerations:
136139

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/csharp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Speech SDK is available as a [NuGet package](https://www.nuget.org/packages/
3131

3232
Follow these steps to create a new console application and install the Speech SDK.
3333

34-
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI.
34+
1. Open a command prompt where you want the new project, and create a console application with the .NET CLI. The `Program.cs` file should be created in the project directory.
3535
```dotnetcli
3636
dotnet new console
3737
```
@@ -121,6 +121,9 @@ I'm excited to try text to speech
121121
> [!div class="nextstepaction"]
122122
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-speaker-output" target="_target">I ran into an issue</a>
123123
124+
> [!WARNING]
125+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
126+
124127
## Remarks
125128
Now that you've completed the quickstart, here are some additional considerations:
126129

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/java.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ I'm excited to try text to speech
147147
> [!div class="nextstepaction"]
148148
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-speaker-output" target="_target">I ran into an issue</a>
149149
150+
> [!WARNING]
151+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
152+
150153
## Remarks
151154
Now that you've completed the quickstart, here are some additional considerations:
152155

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/javascript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ synthesis finished.
112112
> [!div class="nextstepaction"]
113113
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-file-output" target="_target">I ran into an issue</a>
114114
115+
> [!WARNING]
116+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
117+
115118
## Remarks
116119
Now that you've completed the quickstart, here are some additional considerations:
117120

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ I'm excited to try text to speech
9494
> [!div class="nextstepaction"]
9595
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-speaker-output" target="_target">I ran into an issue</a>
9696
97+
> [!WARNING]
98+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
99+
97100
## Remarks
98101
Now that you've completed the quickstart, here are some additional considerations:
99102

articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics/rest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ The provided text should be output to an audio file named output.mp3.
4646
> [!div class="nextstepaction"]
4747
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=text-to-speech&Page=quickstart&Section=Synthesize-to-file-output" target="_target">I ran into an issue</a>
4848
49+
> [!WARNING]
50+
> There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. For more information, see the [troubleshooting guide](/azure/cognitive-services/speech-service/troubleshooting#connection-closed-or-timeout).
51+
4952
To change the speech synthesis language, replace `en-US-JennyNeural` with another [supported voice](~/articles/cognitive-services/speech-service/supported-languages.md#prebuilt-neural-voices). All neural voices are multilingual and fluent in their own language and English. For example, if the input text in English is "I'm excited to try text to speech" and you set `es-ES-ElviraNeural`, the text is spoken in English with a Spanish accent. If the voice does not speak the language of the input text, the Speech service won't output synthesized audio.
5053

5154
For more information, see [Text-to-speech REST API](../../../rest-text-to-speech.md).

articles/cognitive-services/Speech-Service/troubleshooting.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ This issue usually is caused by audio data. You might see this error because:
118118
119119
* The audio uses an unsupported codec format, which causes the audio data to be treated as silence.
120120
121+
## Connection closed or timeout
122+
123+
There is a known issue on Windows 11 that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. These connections might have handshake failures. For developers, the affected connections are likely to send multiple frames followed by a partial frame with a size of less than 5 bytes within a single input buffer. If the connection fails, your app will receive the error such as, "USP error", "Connection closed", "ServiceTimeout", or "SEC_E_ILLEGAL_MESSAGE".
124+
125+
There is an out of band update available for Windows 11 that fixes these issues. The update may be manually installed by following the instructions here:
126+
- [Windows 11 21H2](https://support.microsoft.com/topic/october-17-2022-kb5020387-os-build-22000-1100-out-of-band-5e723873-2769-4e3d-8882-5cb044455a92)
127+
- [Windows 11 22H2](https://support.microsoft.com/topic/october-25-2022-kb5018496-os-build-22621-755-preview-64040bea-1e02-4b6d-bad1-b036200c2cb3)
128+
129+
The issue started October 12th, 2022 and should be resolved via Windows update in November, 2022.
130+
121131
## Next steps
122132
123133
* [Review the release notes](releasenotes.md)

0 commit comments

Comments
 (0)