You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the SPX Tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
24
-
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).
20
+
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.
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).
25
23
26
-
In a command prompt, change directory to this location, and then type `spx` to see help for the SPX tool.
24
+
In the command prompt, change directory to this location, and then type `spx` to see help for the SPX tool.
27
25
28
26
#### [Linux Install](#tab/linuxinstall)
29
27
30
-
Start by downloading the [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it. SPX requires the .NET Core:
28
+
Follow these steps to install the SPX tool on Linux:
0 commit comments