While experimenting with the Web Speech API I created this little game. It looks like those word typing games but now with voice control
Have fun!
While experimenting with the Web Speech API I created this little game. It looks like those word typing games but now with voice control
Have fun!
Hey! In my game I make use of the free HTML5 Web Speech API (https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API). Use of this API is completely free because it makes use of the speech recognition software that is available on the client's computer. For example when someone uses a Macbook it will use Siri that is onboard.
Good luck!