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.
-
Get Speech Services API key from Microsoft Cognitive Services - Speech Services API
-
Open
index.html
in any modern web browsers to run the sample and see the results!
- David Rousset - A small JavaScript library to call Bing Speech-To-Text API with continuous voice detection and Text-To-Speech API - BingSpeech
- Aaron Chong - Replaced Bing Speech-To-Text API by Speech Services API - aaronchong888