File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/spx Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ The SPX tool can recognize speech in many file formats and natural languages. Fo
12
12
a WAV file (16kHz or 8kHz, 16-bit, and mono PCM) that contains English speech.
13
13
14
14
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.
16
16
17
17
## Run the SPX tool
18
18
19
19
Now you're ready to run the SPX tool to recognize speech found in the sound file.
20
20
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:
22
22
23
23
``` bash
24
24
spx recognize --file whatstheweatherlike.wav
You can’t perform that action at this time.
0 commit comments