Skip to content

Commit fbe3b34

Browse files
committed
remove unneeded sentence
1 parent 21e7a37 commit fbe3b34

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: v-jaswel
77
ms.service: cognitive-services
88
ms.component: translator-speech
99
ms.topic: article
10-
ms.date: 3/5/2018
10+
ms.date: 07/17/2018
1111
ms.author: v-jaswel
1212
---
1313
# Quickstart for Microsoft Translator Speech API with Python
@@ -21,7 +21,7 @@ You will need [Python 3.x](https://www.python.org/downloads/) to run this code.
2121

2222
You will need to install the [websocket-client package](https://pypi.python.org/pypi/websocket-client) for Python.
2323

24-
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 [Translator Text Speak API](http://docs.microsofttranslator.com/text-translate.html#!/default/get_Speak).
24+
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.
2525

2626
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).
2727

0 commit comments

Comments
 (0)