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
@@ -110,16 +110,12 @@ Follow these steps to create a new console application and install the Speech SD
110
110
auto value = getenv(name);
111
111
return value ? value : "";
112
112
#endif
113
-
}
113
+
}
114
114
```
115
115
116
116
1. 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.
117
117
118
-
Build and run your new console application to start speech synthesis to the default speaker.
119
-
120
-
```console
121
-
dotnet run
122
-
```
118
+
[Build and run your new console application](/cpp/build/vscpp-step-2-build) to start speech synthesis to the default speaker.
123
119
124
120
Enter some text that you want to speak. For example, type "I'm excited to try text to speech." Press the Enter key to hear the synthesized speech.
0 commit comments