Skip to content

Commit ed729ed

Browse files
authored
Update how-to-use-codec-compressed-audio-input-streams.md (#72)
acrolinx 81
1 parent 1546e4b commit ed729ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Linux | C++, C#, Java, Python, Go | [Supported Linux distributions and target a
2424
Windows (excluding UWP) | C++, C#, Java, Python | [1.18.3](https://gstreamer.freedesktop.org/data/pkg/windows/1.18.3/msvc/gstreamer-1.0-msvc-x86_64-1.18.3.msi)
2525
Android | Java | [1.18.3](https://gstreamer.freedesktop.org/data/pkg/android/1.18.3/)
2626

27-
## Installing Gstreamer on Linux
27+
## Installing GStreamer on Linux
2828

29-
For more information see [Linux installation instructions](https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c).
29+
For more information, see [Linux installation instructions](https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c).
3030

3131
```sh
3232
sudo apt install libgstreamer1.0-0 \
@@ -35,9 +35,9 @@ gstreamer1.0-plugins-good \
3535
gstreamer1.0-plugins-bad \
3636
gstreamer1.0-plugins-ugly
3737
```
38-
## Installing Gstreamer on Windows
38+
## Installing GStreamer on Windows
3939

40-
For more information see [Windows installation instructions](https://gstreamer.freedesktop.org/documentation/installing/on-windows.html?gi-language=c).
40+
For more information, see [Windows installation instructions](https://gstreamer.freedesktop.org/documentation/installing/on-windows.html?gi-language=c).
4141

4242
* Create a folder c:\gstreamer
4343
* Download [installer](https://gstreamer.freedesktop.org/data/pkg/windows/1.18.3/msvc/gstreamer-1.0-msvc-x86_64-1.18.3.msi)
@@ -54,15 +54,15 @@ msiexec /passive INSTALLLEVEL=1000 INSTALLDIR=C:\gstreamer /i gstreamer-1.0-msvc
5454
* Add another entry in the path variable as C:\gstreamer\1.0\msvc_x86_64\bin
5555
* Reboot the machine
5656

57-
## Using Gstreamer in Android
57+
## Using GStreamer in Android
5858
Look at the Java tab above for the details about building libgstreamer_android.so
5959

6060
For more information see [Android installation instructions](https://gstreamer.freedesktop.org/documentation/installing/for-android-development.html?gi-language=c).
6161

6262
## Speech SDK version required for compressed audio input
6363
* Speech SDK version 1.10.0 or later is required for RHEL 8 and CentOS 8
64-
* Speech SDK version 1.11.0 or later is required for for Windows.
65-
* Speech SDK version 1.16.0 or later for latest GStreamer on Windows and Android.
64+
* Speech SDK version 1.11.0 or later is required for Windows.
65+
* Speech SDK version 1.16.0 or later for the latest GStreamer on Windows and Android.
6666

6767
[!INCLUDE [supported-audio-formats](includes/supported-audio-formats.md)]
6868

0 commit comments

Comments
 (0)