Skip to content

Commit b53671a

Browse files
Merge pull request #109493 from IEvangelist/linksToQuickstarts
Links to quickstarts
2 parents 90bca8a + 48c8c1e commit b53671a

File tree

18 files changed

+401
-140
lines changed

18 files changed

+401
-140
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 03/09/2020
11+
ms.date: 03/30/2020
1212
ms.author: amishu
1313
zone_pivot_groups: programming-languages-set-twelve
1414
---
@@ -26,37 +26,37 @@ The Speech service SDK **Compressed Audio Input Stream** API provides a way to s
2626
## Prerequisites
2727

2828
::: zone pivot="programming-language-csharp"
29-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/csharp/prerequisites.md)]
29+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/csharp/prerequisites.md)]
3030
::: zone-end
3131

3232
::: zone pivot="programming-language-cpp"
33-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/cpp/prerequisites.md)]
33+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/cpp/prerequisites.md)]
3434
::: zone-end
3535

3636
::: zone pivot="programming-language-java"
37-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/java/prerequisites.md)]
37+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/java/prerequisites.md)]
3838
::: zone-end
3939

4040
::: zone pivot="programming-language-objectivec"
41-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/objectivec/prerequisites.md)]
41+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/objectivec/prerequisites.md)]
4242
::: zone-end
4343

4444
## Example code using codec compressed audio input
4545

4646
::: zone pivot="programming-language-csharp"
47-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/csharp/examples.md)]
47+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/csharp/examples.md)]
4848
::: zone-end
4949

5050
::: zone pivot="programming-language-cpp"
51-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/cpp/examples.md)]
51+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/cpp/examples.md)]
5252
::: zone-end
5353

5454
::: zone pivot="programming-language-java"
55-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/java/examples.md)]
55+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/java/examples.md)]
5656
::: zone-end
5757

5858
::: zone pivot="programming-language-objectivec"
59-
[!INCLUDE [prerequisites](includes/how-tos/compressed-audio-input/objectivec/examples.md)]
59+
[!INCLUDE [prerequisites](includes/how-to/compressed-audio-input/objectivec/examples.md)]
6060
::: zone-end
6161

6262
## Next steps
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ APP_PLATFORM = android-21
7171
APP_BUILD_SCRIPT = Android.mk
7272
```
7373

74-
You can build `libgstreamer_android.so` using the following command on Ubuntu 16.04 or 18.04. The following command lines have only been tested for [Gstreamer Android version 1.14.4](https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2) with [Android NDK b16b.](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
74+
You can build `libgstreamer_android.so` using the following command on Ubuntu 16.04 or 18.04. The following command lines have only been tested for [GStreamer Android version 1.14.4](https://gstreamer.freedesktop.org/data/pkg/android/1.14.4/gstreamer-1.0-android-universal-1.14.4.tar.bz2) with [Android NDK b16b.](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip)
7575

7676
```sh
7777
# Assuming wget and unzip already installed on the system

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/more/more.md

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 03/13/2020
5+
ms.date: 03/30/2020
66
ms.author: dapine
77
---
88

@@ -11,12 +11,54 @@ ms.author: dapine
1111
If you've clicked this tab, you probably didn't see a quickstart in your favorite programming language. Don't worry, we have additional quickstart materials and code samples available on GitHub. Use the table to find the right sample for your programming language and platform/OS combination.
1212

1313
| Language | Additional Quickstarts | Code samples |
14-
|----------|------------------------|--------------|
15-
| C# | | [.NET Framework](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet), [.NET Core](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore), [UWP](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp), [Unity](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity), [Xamarin](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin) |
16-
| C++ | | [Quickstarts](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp), [Samples](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/cpp/linux) |
17-
| Java | | [Android](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android), [JRE](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre) |
18-
| JavaScript | | [Browser](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
19-
| Node.js | | [Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
20-
| Objective-C | [macOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/objectivec-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/objectivec-ios.md) | [iOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos) |
21-
| Python | | [Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python) |
22-
| Swift | [macOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/swift-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/text-to-speech-langs/swift-ios.md) | [iOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos) |
14+
|--|--|--|
15+
| C# | [From mic][1-mic], [From file][1-file] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
16+
| C++ | [From mic][2-mic], [From file][2-file] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
17+
| Java | [From mic][3-mic], [From file][3-file] | [Android][java-android], [JRE][java-jre] |
18+
| JavaScript | [Browser from mic][js-browser], [Node.js from file][js-node] | [Windows, Linux, macOS][js-code] |
19+
| Objective-C | [iOS from mic][obj-iOS-qck], [macOS from mic][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
20+
| Python | [From mic][4-mic], [From file][4-file] | [Windows, Linux, macOS][python] |
21+
| Swift | [iOS from mic][swift-iOS-qck], [macOS from mic][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
22+
23+
[1-mic]: ../../../../quickstarts/speech-to-text-from-microphone.md?pivots=programming-language-csharp
24+
[1-file]: ../../../../quickstarts/speech-to-text-from-file.md?pivots=programming-language-csharp
25+
26+
[dotnet]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet
27+
[netcore]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore
28+
[uwp]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp
29+
[unity]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity
30+
[xamarin]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin
31+
32+
[2-mic]: ../../../../quickstarts/speech-to-text-from-microphone.md?pivots=programming-language-cpp
33+
[2-file]: ../../../../quickstarts/speech-to-text-from-file.md?pivots=programming-language-cpp
34+
35+
[cpp-windows]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows
36+
[cpp-linux]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux
37+
[cpp-mac]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos
38+
39+
[3-mic]: ../../../../quickstarts/speech-to-text-from-microphone.md?pivots=programming-language-java
40+
[3-file]: ../../../../quickstarts/speech-to-text-from-file.md?pivots=programming-language-java
41+
42+
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
43+
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
44+
45+
[js-browser]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/browser
46+
[js-node]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node
47+
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
48+
49+
[obj-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-ios.md
50+
[obj-macOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-macos.md
51+
52+
[obj-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios
53+
[obj-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos
54+
55+
[4-mic]: ../../../../quickstarts/speech-to-text-from-microphone.md?pivots=programming-language-python
56+
[4-file]: ../../../../quickstarts/speech-to-text-from-file.md?pivots=programming-language-python
57+
58+
[python]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python
59+
60+
[swift-iOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-ios.md
61+
[swift-macOS-qck]: ~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-macos.md
62+
63+
[swift-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios
64+
[swift-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos

0 commit comments

Comments
 (0)