/cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK

Primary LanguageC#MIT LicenseMIT

Sample Repository for the Microsoft Cognitive Services Speech SDK

This project hosts the samples for the Microsoft Cognitive Services Speech SDK. To find out more about the Microsoft Cognitive Services Speech SDK itself, please visit the SDK documentation site.

News

  • Speech SDK Release 1.2.0

    Mid of December we released version 1.2.0 of the Speech SDK.

  • Speech SDK Release 1.1.0

    Beginning of November we released version 1.1.0 of the Speech SDK. The release notes can be found here.

Features

This repository hosts samples that help you to get started with several features of the SDK. In addition more complex scenarios are included to give you a head-start on using speech technology in your application.

We tested the samples with the latest released version of the SDK (1.2.0) on Windows 10, Ubuntu 16.04 and 18.04 x64, Android devices (API 23: Android 6.0 Marshmallow or higher), and iOS 11.4 devices.

Getting Started

The SDK documentation has extensive sections about getting started, setting up the SDK, as well as the process to acquire the required subscription keys. You will need subscription keys to run the samples on your machines, you therefore should follow the instructions on these pages before continuing.

Get the samples

  • The easiest way to use these samples without using Git is to download the current version as a ZIP file.

    • On Windows, before you unzip the archive, right-click it, select Properties, and then select Unblock.
    • Be sure to unzip the entire archive, and not just individual samples.
  • Clone this sample repository using a Git client.

Build and run the samples

Note: the samples make use of the Microsoft Cognitive Services Speech SDK. By downloading the Microsoft Cognitive Services Speech SDK, you acknowledge its license, see Speech SDK license agreement.

Please see the description of each individual sample for instructions on how to build and run it.

Overview of samples

Our quickstarts for various platforms demonstrate how to do one-shot speech recognition from microphone. If you want to build them from scratch, please follow the articles in the Quickstart section on our documentation page.

Quickstart Platform Description
Quickstart C++ for Linux Linux Demonstrates one-shot speech recognition from microphone
Quickstart C++ for Windows Windows Demonstrates one-shot speech recognition from microphone
Quickstart C# .NET for Windows Windows Demonstrates one-shot speech recognition from microphone
Quickstart C# .NET Core (Windows or Linux) Windows, Linux Demonstrates one-shot speech recognition from microphone
Quickstart for Android Android Demonstrates one-shot speech recognition from microphone
Quickstart Java JRE Windows, Linux Demonstrates one-shot speech recognition from microphone
Quickstart JavaScript Web Demonstrates one-shot speech recognition from microphone
Quickstart Node.js Node.js Demonstrates one-shot speech recognition from a file
Quickstart Python Windows, Linux, macOS Demonstrates one-shot speech recognition from microphone
Quickstart Objective-C iOS Demonstrates one-shot speech recognition from a file with recorded speech

The following samples demonstrate additional capabilities of the Speech SDK, such additional modes of speech recognition as well as intent recognition and translation:

Sample Platform Description
C++ Console app for Windows Windows Demonstrates speech recognition, intent recognition, and translation
C# Console app for .NET Framework on Windows Windows Demonstrates speech recognition, intent recognition, and translation
C# Console app for .NET Core (Windows or Linux) Windows, Linux Demonstrates speech recognition, intent recognition, and translation
Java Console app for JRE Windows, Linux Demonstrates speech recognition, intent recognition, and translation
Speech-to-text WPF sample for .NET Framework on Windows Windows Demonstrates speech recognition
Translation WPF sample for .NET Framework on Windows Windows Demonstrates translation
Speech-to-text UWP sample Windows Demonstrates speech recognition
Speech recognition sample for Android Android Demonstrates speech and intent recognition
Speech recognition and translation sample for the browser, using JavaScript Web Demonstrates speech recognition, intent recognition, and translation
Speech recognition and translation sample using JavaScript and Node.js Node.js Demonstrates speech recognition, intent recognition, and translation

Resources