Skip to content

Commit 90fc329

Browse files
Merge pull request #284258 from BrianMouncer/BrianMouncer-pr/1.40.0_updates
Azure docs updates for the 1.40.0 sdk release.
2 parents 0eb698e + 4a2cb84 commit 90fc329

25 files changed

+85
-203
lines changed

.openpublishing.redirection.ai-services-from-cog.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,11 +1670,6 @@
16701670
"redirect_url": "/azure/ai-services/speech-service/how-to-configure-openssl-linux",
16711671
"redirect_document_id": true
16721672
},
1673-
{
1674-
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-configure-rhel-centos-7.md",
1675-
"redirect_url": "/azure/ai-services/speech-service/how-to-configure-rhel-centos-7",
1676-
"redirect_document_id": true
1677-
},
16781673
{
16791674
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-control-connections.md",
16801675
"redirect_url": "/azure/ai-services/speech-service/how-to-control-connections",

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,16 @@
384384
"source_path_from_root": "/articles/ai-services/speech-service/faq-voice-assistants.yml",
385385
"redirect_url": "/azure/ai-services/speech-service/custom-commands",
386386
"redirect_document_id": false
387+
},
388+
{
389+
"source_path_from_root": "/articles/cognitive-services/speech-service/how-to-configure-rhel-centos-7.md",
390+
"redirect_url": "/azure/ai-services/speech-service/quickstarts/setup-platform",
391+
"redirect_document_id": false
392+
},
393+
{
394+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-configure-rhel-centos-7.md",
395+
"redirect_url": "/azure/ai-services/speech-service/quickstarts/setup-platform",
396+
"redirect_document_id": false
387397
}
388398

389399
]

articles/ai-services/speech-service/embedded-speech.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Embedded TTS with neural voices is only supported on Arm64.
3535

3636
Requires Linux on x64, Arm64, or Arm32 hardware with [supported Linux distributions](quickstarts/setup-platform.md?tabs=linux).
3737

38-
Embedded speech isn't supported on RHEL/CentOS 7.
39-
4038
Embedded TTS with neural voices isn't supported on Arm32.
4139

4240
# [macOS](#tab/macos-target)
@@ -131,7 +129,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
131129
<dependency>
132130
<groupId>com.microsoft.cognitiveservices.speech</groupId>
133131
<artifactId>client-sdk-embedded</artifactId>
134-
<version>1.38.0</version>
132+
<version>1.40.0</version>
135133
</dependency>
136134
</dependencies>
137135
</project>
@@ -152,7 +150,7 @@ Be sure to use the `@aar` suffix when the dependency is specified in `build.grad
152150

153151
```
154152
dependencies {
155-
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.38.0@aar'
153+
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.40.0@aar'
156154
}
157155
```
158156
::: zone-end

articles/ai-services/speech-service/how-to-configure-openssl-linux.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ zone_pivot_groups: programming-languages-set-three
1414

1515
# Configure OpenSSL for Linux
1616

17-
> [!CAUTION]
18-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
19-
2017
With the Speech SDK, [OpenSSL](https://www.openssl.org) is dynamically configured to the host-system version.
2118

2219
> [!NOTE]
@@ -47,7 +44,7 @@ Set the environment variable `SSL_CERT_DIR` to point at `/opt/ssl/certs` before
4744
export SSL_CERT_DIR=/opt/ssl/certs
4845
```
4946

50-
- OPENSSLDIR is `/etc/pki/tls` (like on RHEL/CentOS based systems). There's a `certs` subdirectory with a certificate bundle file, for example `ca-bundle.crt`.
47+
- OPENSSLDIR is `/etc/pki/tls` (like on RHEL based systems). There's a `certs` subdirectory with a certificate bundle file, for example `ca-bundle.crt`.
5148
Set the environment variable `SSL_CERT_FILE` to point at that file before using the Speech SDK. For example:
5249
```bash
5350
export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt

articles/ai-services/speech-service/how-to-configure-rhel-centos-7.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

articles/ai-services/speech-service/includes/how-to/compressed-audio-input/gstreamer-linux.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@ gstreamer1.0-plugins-bad \
1919
gstreamer1.0-plugins-ugly
2020
```
2121

22-
# [RHEL/CentOS](#tab/centos)
23-
24-
> [!CAUTION]
25-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
26-
27-
```sh
28-
sudo yum install gstreamer1 \
29-
gstreamer1-plugins-base \
30-
gstreamer1-plugins-good \
31-
gstreamer1-plugins-bad-free \
32-
gstreamer1-plugins-ugly-free
33-
```
34-
35-
> [!NOTE]
36-
> On RHEL/CentOS 7 and RHEL/CentOS 8, in case of using "ANY" compressed format, more GStreamer plug-ins need to be installed if the stream media format plug-in isn't in the preceding installed plug-ins.
37-
3822
---
3923

4024
For more information, see [Linux installation instructions](https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c) and [supported Linux distributions and target architectures](~/articles/ai-services/speech-service/speech-sdk.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to [install the Speech SDK](~/articles/ai-s
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.38.0</version>
46+
<version>1.40.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@ Install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017,
1717

1818
# [Linux](#tab/linux)
1919

20-
> [!CAUTION]
21-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
20+
The Speech SDK for C++ only supports the following distributions on the x64, ARM32, and ARM64 architectures:
2221

23-
The Speech SDK for C++ only supports the following distributions on the x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
24-
25-
- Ubuntu 20.04/22.04
22+
- Ubuntu 20.04/22.04/24.04
2623
- Debian 11/12
27-
- Red Hat Enterprise Linux (RHEL) 7
28-
- CentOS 7
2924

3025
[!INCLUDE [Linux distributions](linux-distributions.md)]
3126

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ms.author: eur
99

1010
The Speech SDK for C# is compatible with Windows, Linux, and macOS.
1111

12-
> [!CAUTION]
13-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
14-
1512
# [Windows](#tab/windows)
1613

1714
On Windows, you must use the 64-bit target architecture. Windows 10 or later is required.
@@ -20,12 +17,10 @@ Install the [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017,
2017

2118
# [Linux](#tab/linux)
2219

23-
The Speech SDK for C# only supports the following distributions on the x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) architectures:
20+
The Speech SDK for C# only supports the following distributions on the x64, ARM32, and ARM64 architectures:
2421

25-
- Ubuntu 20.04/22.04
22+
- Ubuntu 20.04/22.04/24.04
2623
- Debian 11/12
27-
- Red Hat Enterprise Linux (RHEL) 7
28-
- CentOS 7
2924

3025
[!INCLUDE [Linux distributions](linux-distributions.md)]
3126

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ ms.author: eur
99

1010
## Platform requirements
1111

12-
> [!CAUTION]
13-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
14-
1512
The Speech SDK for Go supports the following distributions on the x64 architecture:
1613

17-
- Ubuntu 20.04/22.04
14+
- Ubuntu 20.04/22.04/24.04
1815
- Debian 11/12
19-
- Red Hat Enterprise Linux (RHEL) 7
20-
- CentOS 7
2116

2217
[!INCLUDE [Linux distributions](linux-distributions.md)]
2318

@@ -39,7 +34,7 @@ The following steps enable your Go environment to find the Speech SDK.
3934
```
4035

4136
> [!IMPORTANT]
42-
> Replace `<architecture>` with the processor architecture of your CPU: `x86`, `x64`, `arm32`, or `arm64`.
37+
> Replace `<architecture>` with the processor architecture of your CPU: `x64`, `arm32`, or `arm64`.
4338
4439
1. To run applications and the SDK, you need to tell the operating system where to find the libraries.
4540

@@ -48,4 +43,4 @@ The following steps enable your Go environment to find the Speech SDK.
4843
```
4944

5045
> [!IMPORTANT]
51-
> Replace `<architecture>` with the processor architecture of your CPU: `x86`, `x64`, `arm32`, or `arm64`.
46+
> Replace `<architecture>` with the processor architecture of your CPU: `x64`, `arm32`, or `arm64`.

0 commit comments

Comments
 (0)