Skip to content

Commit 43b34a7

Browse files
authored
Update cpp.md
1 parent 2582cb9 commit 43b34a7

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/text-to-speech-basics

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Follow these steps to create a new console application and install the Speech SD
115115
116116
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.
117117
118-
Build and run your new console application to start speech synthesis to the default speaker.
118+
[Build and run your new console application](/cpp/build/vscpp-step-2-build) to start speech synthesis to the default speaker.
119119
120120
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.
121121

0 commit comments

Comments
 (0)