Skip to content

Commit 78dafd6

Browse files
committed
x64
1 parent fcc5919 commit 78dafd6

File tree

1 file changed

+4
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,24 @@ 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)
2121
2. Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
22-
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, for example).
22+
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.
2525

2626
#### [Linux Install](#tab/linuxinstall)
2727

28-
Follow these steps to install the SPX tool on Linux:
28+
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).
3131
2. Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
32-
3. Go to the root directory `spx-zips` that you extracted from the download, and extract the subdirectory that you need.
32+
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`
3535
2. `PATH=.:$PATH`
3636

3737
Type `spx` to see help for the SPX tool.
3838

39+
3940
***
4041

4142
## Create subscription config

0 commit comments

Comments
 (0)