Skip to content

Commit 8cea5bf

Browse files
authored
Merge pull request #209874 from eric-urban/eur/sdk-gstreamer
Eur/sdk-gstreamer
2 parents a4fc804 + d38055d commit 8cea5bf

File tree

15 files changed

+24
-18
lines changed

15 files changed

+24
-18
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/gstreamer-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Make sure that packages of the same platform (x64 or x86) are installed. For exa
2020
msiexec /passive INSTALLLEVEL=1000 INSTALLDIR=C:\gstreamer /i gstreamer-1.0-msvc-x86_64-1.18.3.msi
2121
```
2222
23-
1. Add the system variables GST_PLUGIN_PATH with the value C:\gstreamer\1.0\msvc_x86_64\lib\gstreamer-1.0.
24-
1. Add the system variables GSTREAMER_ROOT_X86_64 with the value C:\gstreamer\1.0\msvc_x86_64.
25-
1. Add another entry in the path variable as C:\gstreamer\1.0\msvc_x86_64\bin.
23+
1. Add the system variable `GST_PLUGIN_PATH` with "C:\gstreamer\1.0\msvc_x86_64\lib\gstreamer-1.0" as the variable value.
24+
1. Add the system variable `GSTREAMER_ROOT_X86_64` with "C:\gstreamer\1.0\msvc_x86_64" as the variable value.
25+
1. Edit the system `PATH` variable to add "C:\gstreamer\1.0\msvc_x86_64\bin" as a new entry.
2626
1. Reboot the machine.
2727
2828
For more information about GStreamer, see [Windows installation instructions](https://gstreamer.freedesktop.org/documentation/installing/on-windows.html?gi-language=c).

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Next, create your project and select the target architecture:
7575

7676
If you're running 64-bit Windows, select **x64** in the drop-down box. 64-bit Windows can also run 32-bit applications, so you can choose **x86** if you prefer.
7777

78-
#### Install the Speech SDK
78+
#### Install the Speech SDK by using Visual Studio
7979

8080
Finally, install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget) and reference the Speech SDK in your project:
8181

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide shows how to install the [Speech SDK](~/articles/cognitive-services/s
1414

1515
[!INCLUDE [Requirements](cpp-requirements.md)]
1616

17-
## Install the Speech SDK
17+
## Install the Speech SDK for C++
1818

1919
The Speech SDK for C++ is available as a NuGet package. For more information, see <a href="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech" target="_blank">Microsoft.CognitiveServices.Speech</a>.
2020

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This guide requires:
2929
- On iOS, an iOS device (ARM64) enabled for development with a working microphone.
3030
- On macOS, a Mac device (x64) and the latest LTS version of Unity 2019 (or later) for integrated support for microphone access in Unity Player settings.
3131

32-
### Install the Speech SDK
32+
### Install the Speech SDK for Unity
3333

3434
To install the Speech SDK for Unity, follow these steps:
3535

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Allow the project to capture audio input:
105105

106106
1. From the menu bar, select **File** > **Save Package.appxmanifest** to save your changes.
107107

108-
### Install the Speech SDK
108+
### Install the Speech SDK for UWP
109109

110110
Finally, install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget), and reference the Speech SDK in your project:
111111

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp-xamarin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Next, create your project and select the target architecture:
8585

8686
In the **Start-up Projects** drop-down box, select **helloworld.UWP (Universal Windows)**.
8787

88-
#### Install the Speech SDK
88+
#### Install the Speech SDK for Xamarin
8989

9090
Install the [Speech SDK NuGet package](https://aka.ms/csspeech/nuget), and reference the Speech SDK in your project:
9191

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code samples in the documentation are written in C# 8 and run on .NET standard 2
1616

1717
[!INCLUDE [Requirements](csharp-requirements.md)]
1818

19-
## Install the Speech SDK
19+
## Install the Speech SDK for C#
2020

2121
The Speech SDK for C# is available as a NuGet package and implements .NET Standard 2.0. For more information, see <a href="https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech" target="_blank">Microsoft.CognitiveServices.Speech</a>.
2222

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/go-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Speech SDK for Go only supports **Ubuntu 18.04/20.04/22.04**, **Debian 9/10/
1414

1515
You must install the [Go binary version 1.13 or later](https://go.dev/dl/).
1616

17-
## Install the Speech SDK
17+
## Install the Speech SDK for Go
1818

1919
[!INCLUDE [linux-install-sdk](linux-install-sdk.md)]
2020

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Create a new project in Android Studio and add the Speech SDK for Java as a libr
4242

4343
Android Studio takes some moments to prepare your new project. If this is your first time using Android Studio, it may take a few minutes to set preferences, accept licenses, and complete the wizard.
4444

45-
#### Install the Speech SDK
45+
#### Install the Speech SDK for Java on Android
4646

4747
Add the Speech SDK as a dependency in your project.
4848

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Speech SDK is compatible with Android devices that have 32/64-bit ARM and In
2626

2727
You must install a Java Development Kit such as [Azul Zulu OpenJDK](https://www.azul.com/downloads/?package=jdk). The [Microsoft Build of OpenJDK](https://www.microsoft.com/openjdk) or your preferred JDK should also work.
2828

29-
## Install the Speech SDK
29+
## Install the Speech SDK for Java
3030

3131
Some of the instructions use a specific SDK version such as `1.23.0`. You can check the latest version by [searching our GitHub repo](https://github.com/Azure-Samples/cognitive-services-speech-sdk/search?q=com.microsoft.cognitiveservices.speech%3Aclient-sdk).
3232

0 commit comments

Comments
 (0)