Microsoft Speech Platform Download
- Microsoft Speech Platform Download
- Microsoft Speech Platform Sdk 11 Download
- Microsoft Speech Platform Runtime 11
- Microsoft Speech Platform Download For Pc
- Microsoft Speech Platform Runtime Langua…
Jan 13, 2012 The Microsoft Download Manager solves these potential problems. It gives you the ability to download multiple files at one time and download large files quickly and reliably. It also allows you to suspend active downloads and resume downloads that have failed. Microsoft Download Manager is free and available for download now. The Microsoft mobile voice will appear in the list of the available voices in Balabolka. My computer is running the 64-bit version of Windows. I have installed the 64-bit Runtime package for Microsoft Speech Platform and the English voices. But the list of available voices is still empty. Where is a problem? MICROSOFT SPEECH PLATFORM RUNTIME 11 These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft.
-->The Speech Software Development Kit (SDK) gives your applications access to the functions of the Speech Services, making it easier to develop speech-enabled software. Currently, the SDKs provide access to speech-to-text, text-to-speech, speech translation, intent recognition, and Bot Framework’s Direct Line Speech channel. A general overview about the capabilities and supported platforms can be found on the documentation entry page.
Programming language | Platform | API reference |
---|---|---|
C/C++ | Windows, Linux, macOS | Browse |
C# | Windows, UWP, .NET Framework (Windows), .NET Core, Unity | Browse |
Java | Android, Windows, Linux, macOS | Browse |
Java* | Speech Devices SDK | Browse |
JavaScript/Node.js | Browser, Windows, Linux, macOS | Browse |
Objective-C | iOS, macOS | Browse |
Python | Windows, Linux, macOS | Browse |
* The Java SDK is also available as part of the Speech Devices SDK.
Important
By downloading any of the Speech SDK for Azure Cognitive Services components on this page, you acknowledge its license. See the Microsoft Software License Terms for the Speech SDK.
Get the SDK
Windows
For Windows, we support the following languages:
C# (UWP and .NET), C++:You can reference and use the latest version of our Speech SDK NuGet package. Hardware firewall vs software firewall. The package includes 32-bit and 64-bit client libraries and managed (.NET) libraries. The SDK can be installed in Visual Studio by using NuGet. Search for Microsoft.CognitiveServices.Speech.
Java:You can reference and use the latest version of our Speech SDK Maven package, which supports only Windows x64. In your Maven project, add
https://csspeechstorage.blob.core.windows.net/maven/
as an additional repository and referencecom.microsoft.cognitiveservices.speech:client-sdk:1.7.0
as a dependency.
Linux
Note
Currently, we support only Ubuntu 16.04, Ubuntu 18.04, and Debian 9 on the following target architectures:
- x86, x64, and ARM64 for C++ development
- x64 and ARM64 for Java
- x64 for .NET Core and Python
Make sure you have the required libraries installed by running the following shell commands:
On Ubuntu:
On Debian 9:
C#:You can reference and use the latest version of our Speech SDK NuGet package. To reference the SDK, add the following package reference to your project:
Java:You can reference and use the latest version of our Speech SDK Maven package. In your Maven project, add
https://csspeechstorage.blob.core.windows.net/maven/
as an additional repository and referencecom.microsoft.cognitiveservices.speech:client-sdk:1.7.0
as a dependency.C++: Download the SDK as a .tar package and unpack the files in a directory of your choice. The following table shows the SDK folder structure:
Path Description license.md
License ThirdPartyNotices.md
Third-party notices include
Header files for C and C++ lib/x64
Native x64 library for linking with your application lib/x86
Native x86 library for linking with your application To create an application, copy or move the required binaries (and libraries) into your development environment. Include them as required in your build process.
Android
The Java SDK for Android is packaged as an AAR (Android Library), which includes the necessary libraries and required Android permissions. It's hosted in a Maven repository at https://csspeechstorage.blob.core.windows.net/maven/
as package com.microsoft.cognitiveservices.speech:client-sdk:1.7.0
.
To consume the package from your Android Studio project, make the following changes:
In the project-level build.gradle file, add the following to the
repository
section:In the module-level build.gradle file, add the following to the
dependencies
section:
The Java SDK is also part of the Speech Devices SDK.
Get the samples
For the latest samples, see the Cognitive Services Speech SDK sample code repository on GitHub.
Next steps
The Microsoft Speech Platform consists of a Software Development Kit (SDK), a Runtime, and Runtime Languages (language packs that enable speech recognition or text-to-speech for a specific language) that you can redistribute with your applications.