Skip to content

ricardoatsouza/ms-bing-speech-streaming-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS-BING Speech Streaming Example

This code is an example of how to use the BING api through the (unofficial) Microsoft Speech to Text Service. The code starts the streaming service, reads a file, sends its chunks of data to Bing, and prints back the results of the transcription.

Before running

Since this is an example, it's a very simple script. Open the file main.js and inform the correct values for the BING_SUBSCRIPTION_API and FILENAME variables.

To run

Make sure to have npm installed. Download the code via git clone and go inside the created directory.

Install the dependencies...

$ npm install

... and run.

$ npm start

This should do it. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published