Skip to content

Commit 11e2121

Browse files
committed
Updated TTS quickstart links
1 parent a937afe commit 11e2121

File tree

2 files changed

+96
-36
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts

2 files changed

+96
-36
lines changed
Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,58 @@
11
---
2-
title: "Quickstart: Synthesize speech into audio file - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: TBD
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
9-
ms.subservice: speech-service
104
ms.topic: include
11-
ms.date: 10/28/2019
12-
ms.author: erhopf
5+
ms.date: 03/30/2020
6+
ms.author: dapine
137
---
148

159
## Additional language and platform support
1610

1711
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.
1812

1913
| Language | Additional Quickstarts | Code samples |
20-
|----------|------------------------|--------------|
21-
| C++ | | [Windows](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows), [Linux](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux), [macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos) |
22-
| 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) |
23-
| 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) |
24-
| Javascript| | [Browser](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
25-
| Node.js | |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
26-
| Objective-C |[macOs](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/objectivec-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-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) |
27-
| Python | |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python) |
28-
| Swift | [macOs](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-langs/swift-macos.md), [iOS](~/articles/cognitive-services/Speech-Service/quickstarts/speech-to-text-from-microphone-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# | [To a speaker][1-speaker] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
16+
| C++ | [To a speaker][2-speaker] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
17+
| Java | [To a speaker][3-speaker] | [Android][java-android], [JRE][java-jre] |
18+
| JavaScript | | [Windows, Linux, macOS][js-code] |
19+
| Objective-C | [iOS to speaker][obj-iOS-qck], [macOS to speaker][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
20+
| Python | [To a speaker][4-speaker] | [Windows, Linux, macOS][python] |
21+
| Swift | [iOS to speaker][swift-iOS-qck], [macOS to speaker][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
22+
23+
[1-speaker]: ../../../../quickstarts/text-to-speech?pivots=programming-language-csharp
24+
25+
[dotnet]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet
26+
[netcore]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore
27+
[uwp]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp
28+
[unity]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity
29+
[xamarin]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin
30+
31+
[2-speaker]: ../../../../quickstarts/text-to-speech?pivots=programming-language-cpp
32+
33+
[cpp-windows]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows
34+
[cpp-linux]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux
35+
[cpp-mac]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos
36+
37+
[3-speaker]: ../../../../quickstarts/text-to-speech?pivots=programming-language-java
38+
39+
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
40+
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
41+
42+
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
43+
44+
[obj-iOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios/text-to-speech
45+
[obj-macOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos/text-to-speech
46+
47+
[obj-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios
48+
[obj-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos
49+
50+
[4-speaker]: ../../../../quickstarts/text-to-speech?pivots=programming-language-python
51+
52+
[python]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python
53+
54+
[swift-iOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios/text-to-speech
55+
[swift-macOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos/text-to-speech
56+
57+
[swift-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios
58+
[swift-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos
Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,58 @@
11
---
2-
title: "Quickstart: Synthesize speech - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: TBD
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
9-
ms.subservice: speech-service
104
ms.topic: include
11-
ms.date: 10/28/2019
12-
ms.author: erhopf
5+
ms.date: 03/30/2020
6+
ms.author: dapine
137
---
148

159
## Additional language and platform support
1610

1711
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.
1812

1913
| Language | Additional Quickstarts | Code samples |
20-
|----------|------------------------|--------------|
21-
| 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)|
22-
| 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) |
23-
| 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) |
24-
| Javascript | |[Browser](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
25-
| Node.js | |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript) |
26-
| 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) |
27-
| Python | |[Windows, Linux, macOS](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python) |
28-
| 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# | [To an audio file][1-file] | [.NET Framework][dotnet], [.NET Core][netcore], [UWP][uwp], [Unity][unity], [Xamarin][xamarin] |
16+
| C++ | [To an audio file][2-file] | [Windows][cpp-windows], [Linux][cpp-linux], [macOS][cpp-mac] |
17+
| Java | [To an audio file][3-file] | [Android][java-android], [JRE][java-jre] |
18+
| JavaScript | | [Windows, Linux, macOS][js-code] |
19+
| Objective-C | [iOS to speaker][obj-iOS-qck], [macOS to speaker][obj-macOS-qck] | [iOS][obj-iOS], [macOS][obj-macOS] |
20+
| Python | [To an audio file][4-file] | [Windows, Linux, macOS][python] |
21+
| Swift | [iOS to speaker][swift-iOS-qck], [macOS to speaker][swift-macOS-qck] | [iOS][swift-iOS], [macOS][swift-macOS] |
22+
23+
[1-file]: ../../../../quickstarts/text-to-speech-audio-file?pivots=programming-language-csharp
24+
25+
[dotnet]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnet
26+
[netcore]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/dotnetcore
27+
[uwp]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp
28+
[unity]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/unity
29+
[xamarin]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/xamarin
30+
31+
[2-file]: ../../../../quickstarts/text-to-speech-audio-file?pivots=programming-language-cpp
32+
33+
[cpp-windows]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/windows
34+
[cpp-linux]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/linux
35+
[cpp-mac]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/cpp/macos
36+
37+
[3-file]: ../../../../quickstarts/text-to-speech-audio-file?pivots=programming-language-java
38+
39+
[java-android]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android
40+
[java-jre]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/jre
41+
42+
[js-code]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript
43+
44+
[obj-iOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios/text-to-speech
45+
[obj-macOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos/text-to-speech
46+
47+
[obj-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/ios
48+
[obj-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/objectivec/macos
49+
50+
[4-file]: ../../../../quickstarts/text-to-speech-audio-file?pivots=programming-language-python
51+
52+
[python]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/python
53+
54+
[swift-iOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios/text-to-speech
55+
[swift-macOS-qck]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos/text-to-speech
56+
57+
[swift-iOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/ios
58+
[swift-macOS]: https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/swift/macos

0 commit comments

Comments
 (0)