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.
- Host: GitHub
- URL: https://github.com/georgewpark/change-color-with-voice
- Owner: georgewpark
- License: mit
- Created: 2018-08-16T19:16:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T11:41:28.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:12:32.144Z (4 months ago)
- Topics: color, javascript, speech-recognition, web-speech-api
- Language: JavaScript
- Homepage: https://cdpn.io/gKrVJe
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).

## 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.