Skip to content

Commit 14e7cfd

Browse files
committed
Merge branch 'carbon/1.41' of https://github.com/rhurey/azure-ai-docs-pr into carbon/1.41
2 parents c0e87ce + dc41bc5 commit 14e7cfd

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

articles/ai-services/speech-service/includes/quickstarts/keyword-recognition/swift.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ ms.author: eur
2121
## Use a keyword model with the Speech SDK
2222

2323
See the [sample on GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/b4257370e1d799f0b8b64be9bf2a34cad8b1a251/samples/objective-c/ios/speech-samples/speech-samples/ViewController.m#L585) for using your Custom Keyword model with the Objective C SDK. Although we don't currently have a Swift sample for parity, the concepts are similar.
24+
25+
> [!NOTE]
26+
> If you are going to use keyword recognition in your Swift application on iOS, note that new keyword models created in Speech Studio will require using either the Speech SDK xcframework bundle from [https://aka.ms/csspeech/iosbinaryembedded](https://aka.ms/csspeech/iosbinaryembedded) or the `MicrosoftCognitiveServicesSpeechEmbedded-iOS` pod in your project.

articles/ai-services/speech-service/includes/quickstarts/platform/cpp-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The Speech SDK for C++ only supports the following distributions on the x64, ARM
2121

2222
- Ubuntu 20.04/22.04/24.04
2323
- Debian 11/12
24+
- Amazon Linux 2023
25+
- Azure Linux 3.0
2426

2527
[!INCLUDE [Linux distributions](linux-distributions.md)]
2628

articles/ai-services/speech-service/includes/quickstarts/platform/csharp-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The Speech SDK for C# only supports the following distributions on the x64, ARM3
2121

2222
- Ubuntu 20.04/22.04/24.04
2323
- Debian 11/12
24+
- Amazon Linux 2023
25+
- Azure Linux 3.0
2426

2527
[!INCLUDE [Linux distributions](linux-distributions.md)]
2628

articles/ai-services/speech-service/includes/quickstarts/platform/java-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The Speech SDK for Java supports the following distributions on the x64, ARM32,
2323

2424
- Ubuntu 20.04/22.04/24.04
2525
- Debian 11/12
26+
- Amazon Linux 2023
27+
- Azure Linux 3.0
2628

2729
[!INCLUDE [Linux distributions](linux-distributions.md)]
2830

articles/ai-services/speech-service/includes/quickstarts/platform/linux-distributions.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,23 @@ sudo apt-get update
3434
sudo apt-get install build-essential ca-certificates libasound2-dev libssl-dev wget
3535
```
3636

37+
# [Amazon Linux 2023](#tab/amazon)
38+
39+
40+
Run these commands:
41+
42+
```Bash
43+
sudo yum update
44+
sudo yum install alsa-lib ca-certificates openssl wget
45+
```
46+
47+
# [Azure Linux 3.0](#tab/azure)
48+
49+
Run these commands:
50+
51+
```Bash
52+
sudo tdnf update
53+
sudo tdnf install alsa-lib ca-certificates openssl wget
54+
```
55+
3756
---

articles/ai-services/speech-service/includes/quickstarts/platform/python-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The Speech SDK for Python supports the following distributions on the x64 and AR
2424

2525
- Ubuntu 20.04/22.04/24.04
2626
- Debian 11/12
27+
- Amazon Linux 2023
28+
- Azure Linux 3.0
2729

2830
[!INCLUDE [Linux distributions](linux-distributions.md)]
2931

0 commit comments

Comments
 (0)