Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.07 KB

Meteor Speech Recognition

Source code of this tutorial

A sample Meteor app using Haven OnDemand Speech Recognition API, with recorderJS to capture user web browser Audio stream and get a text transcript of it.

Installation

  1. Clone this repo to :

'git clone https://github.com/maxenceC/MeteorSpeechRecognition-.git yourapp'

  1. Sign up for a Haven OnDemand developer account here,once logged in, you can then find your API Key here

  2. In server/methods/speechRecognition.js, on lines 10 and 40, add your key :

params: { apikey: "YOUR KEY HERE" }

  1. Run locally :

    'cd yourapp'

    'meteor'

Dependencies