Skip to content

Commit b520408

Browse files
committed
acrolinx compliance
1 parent 6fac2b5 commit b520408

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/spx

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The SPX tool can recognize speech in many file formats and natural languages. Fo
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 SPX tool binary file.
1616

1717
## Run the SPX tool
1818

1919
Now you're ready to run the SPX tool to recognize speech found in the sound file.
2020

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

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

0 commit comments

Comments
 (0)