Skip to content

Commit 8a0058b

Browse files
authored
Merge pull request #50212 from v-jaswel/patch-17
Update csharp.md
2 parents 1fa135a + 80f33a5 commit 8a0058b

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/translator-speech/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/translator-speech/quickstarts/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article shows you how to use the Microsoft Translator Speech API to transla
1919

2020
You will need [Visual Studio 2017](https://www.visualstudio.com/downloads/) to run this code on Windows. (The free Community Edition will work.)
2121

22-
You will need a .wav file named "speak.wav" in the same folder as the executable you compile from the code below. This .wav file should be in standard PCM, 16bit, 16kHz, mono format. You can obtain such a .wav file from the [Text to Speech API](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-apis#text-to-speech).
22+
You will need a .wav file named "speak.wav" in the same folder as the executable you compile from the code below. This .wav file should be in standard PCM, 16bit, 16kHz, mono format.
2323

2424
You must have a [Cognitive Services API account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with **Microsoft Translator Speech API**. You will need a paid subscription key from your [Azure dashboard](https://portal.azure.com/#create/Microsoft.CognitiveServices).
2525

0 commit comments

Comments
 (0)