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/includes/quickstarts/text-to-speech-basics/cpp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Follow these steps to create a console application and install the Speech SDK.
119
119
1. [Build and run your new console application](/cpp/build/vscpp-step-2-build) to start speech synthesis to the default speaker.
120
120
121
121
> [!IMPORTANT]
122
-
> > Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
122
+
> Make sure that you set the `SPEECH_KEY` and `SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
123
123
124
124
1. Enter some text that you want to speak. For example, type *I'm excited to try text to speech*. Select the **Enter** key to hear the synthesized speech.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/quickstarts/text-to-speech-basics/python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Follow these steps to create a console application.
81
81
```
82
82
83
83
> [!IMPORTANT]
84
-
>>Make sure that you set the `SPEECH_KEY`and`SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
84
+
> Make sure that you set the `SPEECH_KEY`and`SPEECH_REGION` [environment variables](#set-environment-variables). If you don't set these variables, the sample fails with an error message.
85
85
86
86
1. Enter some text that you want to speak. For example, type*I'm excited to try text to speech*. Select the **Enter** key to hear the synthesized speech.
0 commit comments