stephenlb / spoken

Spoken - JavaScript Text-to-Speech and Speech-to-Text for AI Artificial Intelligence Apps
https://stephenlb.github.io/spoken/
70 stars 11 forks source link

Error! #1

Closed troyam closed 6 years ago

troyam commented 6 years ago

const recognition = new webkitSpeechRecognition(); ^

ReferenceError: webkitSpeechRecognition is not defined

stephenlb commented 6 years ago

Hi! Which browser are you running? Currently this is only supported in Google Chrome browsers.

stephenlb commented 6 years ago

Push update. The speechRecognition is no longer required in the browser and you can use spoken.say now in Firefox, Edge, Opera and of course Chrome.

troyam commented 6 years ago

Yeah, I expected using it with terminal. Thank's!