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.
- Clone this repo to :
'git clone https://github.com/maxenceC/MeteorSpeechRecognition-.git yourapp'
-
Sign up for a Haven OnDemand developer account here,once logged in, you can then find your API Key here
-
In server/methods/speechRecognition.js, on lines 10 and 40, add your key :
params: { apikey: "YOUR KEY HERE" }
-
Run locally :
'cd yourapp'
'meteor'
- Audio recording: