Skip to content

Commit 87fb8e1

Browse files
committed
Updated SPX name references to "Speech CLI" in all appropriate locations
1 parent 150feb6 commit 87fb8e1

File tree

22 files changed

+76
-76
lines changed

22 files changed

+76
-76
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/spx/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.date: 5/13/2020
1212
ms.author: v-demjoh
1313
---
1414

15-
In this quickstart, you use the SPX tool from the command line to recognize speech recorded in a sound file, and produce a text transcription. It's easy to use the SPX tool to perform common recognition tasks, such as transcribing conversations. After a one-time configuration, the SPX tool lets you transcribe audio into text interactively with a microphone or from files using a batch script.
15+
In this quickstart, you use the Speech CLI from the command line to recognize speech recorded in an audio file, and produce a text transcription. It's easy to use the Speech CLI to perform common recognition tasks, such as transcribing conversations. After a one-time configuration, the Speech CLI lets you transcribe audio into text interactively with a microphone or from files using a batch script.

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/spx/spx.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ ms.author: v-demjoh
88

99
## Find a file that contains speech
1010

11-
The SPX tool can recognize speech in many file formats and natural languages. For this quickstart, you can use
11+
The Speech CLI can recognize speech in many file formats and natural languages. For this quickstart, you can use
1212
a WAV file (16kHz or 8kHz, 16-bit, and mono PCM) that contains English speech.
1313

1414
1. Download the <a href="https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/whatstheweatherlike.wav" download="whatstheweatherlike" target="_blank">whatstheweatherlike.wav <span class="docon docon-download x-hidden-focus"></span></a>.
15-
2. Copy the `whatstheweatherlike.wav` file to the same directory as the SPX tool binary file.
15+
2. Copy the `whatstheweatherlike.wav` file to the same directory as the Speech CLI binary file.
1616

17-
## Run the SPX tool
17+
## Run the Speech CLI
1818

19-
Now you're ready to run the SPX tool to recognize speech found in the sound file.
19+
Now you're ready to run the Speech CLI to recognize speech found in the sound file.
2020

21-
From the command line, change to the directory that contains the SPX tool binary file, and type:
21+
From the command line, change to the directory that contains the Speech CLI binary file, and type:
2222

2323
```bash
2424
spx recognize --file whatstheweatherlike.wav
2525
```
2626

2727
> [!NOTE]
28-
> The SPX tool defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
28+
> The Speech CLI defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
2929
> For example, add `--source de-DE` to recognize German speech.
3030
31-
The SPX tool will show a text transcription of the speech on the screen. Then the SPX tool will close.
31+
The Speech CLI will show a text transcription of the speech on the screen. Then the Speech CLI will close.

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/spx/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.date: 5/13/2020
1212
ms.author: v-demjoh
1313
---
1414

15-
In this quickstart, you use the SPX tool from the command line to interactively recognize speech from a microphone input, and get the text transcription from captured audio. It's easy to use the SPX tool to perform common recognition tasks, such as transcribing conversations. After a one-time configuration, the SPX tool lets you transcribe audio into text interactively with a microphone or from files using a batch script.
15+
In this quickstart, you use the Speech CLI from the command line to interactively recognize speech from a microphone input, and get the text transcription from captured audio. It's easy to use the Speech CLI to perform common recognition tasks, such as transcribing conversations. After a one-time configuration, the Speech CLI lets you transcribe audio into text interactively with a microphone or from files using a batch script.

articles/cognitive-services/Speech-Service/includes/quickstarts/from-microphone/spx/spx.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ ms.author: v-demjoh
1111
Plug in and turn on your PC microphone, and turn off any apps that might also use the microphone. Some computers have a built-in microphone,
1212
while others require configuration of a Bluetooth device.
1313

14-
## Run the SPX tool
14+
## Run the Speech CLI
1515

16-
Now you're ready to run the SPX tool to recognize speech from your microphone.
16+
Now you're ready to run the Speech CLI to recognize speech from your microphone.
1717

18-
1. **Start your app** - From the command line, change to the directory that contains the SPX tool binary file, and type:
18+
1. **Start your app** - From the command line, change to the directory that contains the Speech CLI binary file, and type:
1919
```bash
2020
spx recognize --microphone
2121
```
2222

2323
> [!NOTE]
24-
> The SPX tool defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
24+
> The Speech CLI defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
2525
> For example, add `--source de-DE` to recognize German speech.
2626

27-
2. **Start recognition** - Speak into the microphone. You will see transcription of your words into text in real-time. The SPX tool will stop after a period of silence, or when you press ctrl-C.
27+
2. **Start recognition** - Speak into the microphone. You will see transcription of your words into text in real-time. The Speech CLI will stop after a period of silence, or when you press ctrl-C.

articles/cognitive-services/Speech-Service/includes/quickstarts/spx-next-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: v-demjoh
88

99
## Next steps
1010

11-
Continue exploring the basics to learn about other features of the SPX tool.
11+
Continue exploring the basics to learn about other features of the Speech CLI.
1212

1313
> [!div class="nextstepaction"]
14-
> [Explore SPX tool basics](../../spx-basics.md)
14+
> [Explore Speech CLI basics](../../spx-basics.md)

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/spx/header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/18/2020
77
ms.author: v-demjoh
88
---
99

10-
In this quickstart, you use the SPX tool from the command line to convert speech from a microphone input
10+
In this quickstart, you use the Speech CLI from the command line to convert speech from a microphone input
1111
to text in multiple other languages.
12-
After a one-time configuration, the SPX tool lets you translate speech using commands from the command line.
12+
After a one-time configuration, the Speech CLI lets you translate speech using commands from the command line.
1313

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/spx/spx.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ ms.author: v-demjoh
88
---
99

1010

11-
## Run the SPX tool
11+
## Run the Speech CLI
1212

13-
Now you're ready to run the SPX tool to translate speech into text in two different languages.
13+
Now you're ready to run the Speech CLI to translate speech into text in two different languages.
1414

15-
From the command line, change to the directory that contains the SPX tool binary file, and type:
15+
From the command line, change to the directory that contains the Speech CLI binary file, and type:
1616

1717
```bash
1818
spx translate --microphone --target de-DE --target es-MX
1919
```
2020

21-
The SPX tool will translate natural language spoken English into text printed in German and (Mexican) Spanish.
21+
The Speech CLI will translate natural language spoken English into text printed in German and (Mexican) Spanish.
2222
Press ENTER to stop the tool.
2323

2424
> [!NOTE]
25-
> The SPX tool defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
25+
> The Speech CLI defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
2626
> For example, add `--source ja-JP` to recognize Japanese speech.

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/spx/header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/18/2020
77
ms.author: v-demjoh
88
---
99

10-
In this quickstart, you use the SPX tool from the command line to convert speech from a microphone input
10+
In this quickstart, you use the Speech CLI from the command line to convert speech from a microphone input
1111
to text in another language.
12-
After a one-time configuration, the SPX tool lets you translate speech using commands from the command line.
12+
After a one-time configuration, the Speech CLI lets you translate speech using commands from the command line.
1313

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/spx/spx.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ ms.author: v-demjoh
88
---
99

1010

11-
## Run the SPX tool
11+
## Run the Speech CLI
1212

13-
Now you're ready to run the SPX tool to translate speech into text in a different language.
13+
Now you're ready to run the Speech CLI to translate speech into text in a different language.
1414

15-
From the command line, change to the directory that contains the SPX tool binary file, and type:
15+
From the command line, change to the directory that contains the Speech CLI binary file, and type:
1616

1717
```bash
1818
spx translate --microphone --target de-DE
1919
```
2020

21-
The SPX tool will translate natural language spoken English into text printed in German.
21+
The Speech CLI will translate natural language spoken English into text printed in German.
2222
Press ENTER to stop the tool.
2323

2424
> [!NOTE]
25-
> The SPX tool defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
25+
> The Speech CLI defaults to English. You can choose a different language [from the Speech-to-text table](../../../../language-support.md).
2626
> For example, add `--source ja-JP` to recognize Japanese speech.

articles/cognitive-services/Speech-Service/includes/quickstarts/tts-audio-file/spx/header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/18/2020
77
ms.author: v-demjoh
88
---
99

10-
In this quickstart, you use the SPX tool from the command line to convert text to speech stored in an audio file.
10+
In this quickstart, you use the Speech CLI from the command line to convert text to speech stored in an audio file.
1111
The text-to-speech service provides many options for synthesized voices,
1212
under [text-to-speech language support](../../../../language-support.md#text-to-speech).
13-
After a one-time configuration, the SPX tool lets you synthesize speech from text using commands from the command line.
13+
After a one-time configuration, the Speech CLI lets you synthesize speech from text using commands from the command line.

0 commit comments

Comments
 (0)