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
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/quickstarts/platform/go-linux.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: eur
8
8
9
9
## Platform requirements
10
10
11
-
The Speech SDK for Go only supports **Ubuntu 18.04/20.04/22.04**, **Debian 10/11**, **Red Hat Enterprise Linux (RHEL) 8**, and **CentOS 8** on the x64 architecture when used with Linux.
11
+
The Speech SDK for Go only supports **Ubuntu 18.04/20.04/22.04**, **Debian 9/10/11**, **Red Hat Enterprise Linux (RHEL) 8**, and **CentOS 8** on the x64 architecture when used with Linux.
@@ -22,14 +22,20 @@ You must install the [Go binary version 1.13 or later](https://go.dev/dl/).
22
22
23
23
The following steps enable your Go environment to find the Speech SDK. In both steps, replace `<architecture>` with the processor architecture of your CPU. This will be `x86`, `x64`, `arm32`, or `arm64`.
24
24
25
-
1. Because the bindings rely on `cgo`, you need to set the environment variables so Go can find the SDK.
25
+
1. Because the bindings rely on `cgo`, you need to set the environment variables so Go can find the SDK.
26
+
27
+
> [!IMPORTANT]
28
+
> Replace `<architecture>` in the code snippet below with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
0 commit comments