Skip to content

Commit 51f33d2

Browse files
committed
microphone
1 parent 9372ebe commit 51f33d2

File tree

2 files changed

+35
-0
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/spx

2 files changed

+35
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)