File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/spx Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ author : v-demjoh
3
+ ms.service : cognitive-services
4
+ ms.subservice : speech-service
5
+ ms.topic : include
6
+ ms.date : 05/18/2020
7
+ ms.author : v-demjoh
8
+ ---
9
+
10
+ In this quickstart, you use the SPX tool from the command line to convert speech from a microphone input
11
+ to text in another language.
12
+ After a one-time configuration, the SPX tool lets you translate speech using commands from the command line.
13
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ author : v-demjoh
3
+ ms.service : cognitive-services
4
+ ms.subservice : speech-service
5
+ ms.topic : include
6
+ ms.date : 05/18/2020
7
+ ms.author : v-demjoh
8
+ ---
9
+
10
+
11
+ ## Run the SPX tool
12
+
13
+ Now you're ready to run the SPX tool to translate speech into text in a different language.
14
+
15
+ From the command line, change to the directory that contains the SPX tool binary file, and type:
16
+
17
+ ``` bash
18
+ spx translate --microphone --target de-DE
19
+ ```
20
+
21
+ The SPX tool will translate natural language spoken English into text printed in German.
22
+ Press ENTER to stop the tool.
You can’t perform that action at this time.
0 commit comments