Skip to content

Commit d68134a

Browse files
committed
please lowercase t, please cross-link
1 parent b520408 commit d68134a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 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](speech-to-text-from-microphone.md) or from files using a batch script.

articles/cognitive-services/Speech-Service/includes/spx-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The only prerequisite is an Azure Speech subscription. See the [guide](../get-st
1818
Follow these steps to install the SPX tool on Windows:
1919

2020
1. Install either [.NET Framework 4.7](https://dotnet.microsoft.com/download/dotnet-framework/net471) or [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)
21-
2. Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
21+
2. Download the SPX tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
2222
3. Go to the root directory `spx-zips` that you extracted from the download, and extract the subdirectory that you need (`spx-net471` for .NET Framework 4.7, or `spx-netcore-win-x64` for .NET Core 3.0 on an x64 CPU).
2323

2424
In the command prompt, change directory to this location, and then type `spx` to see help for the SPX tool.
@@ -28,7 +28,7 @@ In the command prompt, change directory to this location, and then type `spx` to
2828
Follow these steps to install the SPX tool on Linux on an x64 CPU:
2929

3030
1. Install [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0).
31-
2. Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
31+
2. Download the SPX tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
3232
3. Go to the root directory `spx-zips` that you extracted from the download, and extract `spx-netcore-30-linux-x64`.
3333
4. In a terminal, change directory to the location with the spx binary file, and type these commands:
3434
1. `sudo chmod +r+x spx`

0 commit comments

Comments
 (0)