sdkcarlos / artyom.js

A voice control - voice commands - speech recognition and speech synthesis javascript library. Create your own siri,google now or cortana with Google Chrome within your website.
http://sdkcarlos.github.io/sites/artyom.html
MIT License
1.24k stars 370 forks source link

License: Using this library in my web. #87

Open khoantv opened 4 years ago

khoantv commented 4 years ago

Hi. I want to use this library in my website. As I know, Artyom.js is free for Commercial use, but it's a wrapper of the speechSynthesis and webkitSpeechRecognition APIs from google. So, I don't know, whether I must pay any money to Google or not. I’m really grateful for your help.

colinmollenhour commented 4 years ago

These are just basic HTML5 features that the browser either supports or does not so if you are able to use the browser for free in your context then you are able to use these features.

TL;DR: you do not need to pay Google to use this