/Azure-Speech-SpeechToText

A JavaScript sample for continuous detection and conversion of speech to text, using the Microsoft Cognitive Services Speech Services API

Primary LanguageHTMLOtherNOASSERTION

Speech API - Speech to Text Sample - JavaScript

Description

This sample demonstrates a simple HTML website with client side JavaScript codes for converting speech to text in near-real-time using Speech Services API from Microsoft Cognitive Services.

Getting Started

  1. Get Speech Services API key from Microsoft Cognitive Services - Speech Services API

  2. Open index.html in any modern web browsers to run the sample and see the results!

Credits

  • David Rousset - A small JavaScript library to call Bing Speech-To-Text API with continuous voice detection and Text-To-Speech API - BingSpeech

Contributors

  • Aaron Chong - Replaced Bing Speech-To-Text API by Speech Services API - aaronchong888