An open API service indexing awesome lists of open source software.

https://github.com/georgewpark/change-color-with-voice

This project demonstrates how the JavaScript speech recognition API can be used to take a spoken color from a user and display that color on screen.
https://github.com/georgewpark/change-color-with-voice

color javascript speech-recognition web-speech-api

Last synced: 3 months ago
JSON representation

This project demonstrates how the JavaScript speech recognition API can be used to take a spoken color from a user and display that color on screen.

Awesome Lists containing this project

README

        

# Change Color with Voice
This project demonstrates how the JavaScript speech recognition API can be used to take a spoken color from a user and display that color on screen.

The speech recognition API is currently only [supported by Chrome](https://caniuse.com/#search=speech%20recognition).

![Change Color with Voice Demo](demo-gif.gif "Change Color with Voice Demo")

## Live Demo
A live demo is available on [CodePen](https://codepen.io/GeorgePark/pen/gKrVJe) and [Netlify](https://change-color-with-voice.netlify.app/).

## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.