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

https://github.com/georgewpark/lock-and-unlock-with-voice

This project demonstrates how the JavaScript speech recognition API can be used to retrieve a spoken word from a user and perform an action (e.g. locking/unlocking a padlock) if that word is valid.
https://github.com/georgewpark/lock-and-unlock-with-voice

css 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 retrieve a spoken word from a user and perform an action (e.g. locking/unlocking a padlock) if that word is valid.

Awesome Lists containing this project

README

        

# Lock and Unlock with Voice
This project demonstrates how the speech recognition API can be used to retrieve a spoken word from a user and perform an action (e.g. locking/unlocking a padlock) if that word is valid.

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

![Lock and Unlock with Voice Demo](demo-gif.gif "Lock and Unlock with Voice Demo")

## Live Demo
A live demo is available on [CodePen](https://codepen.io/GeorgePark/pen/GBYqZv).

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

## Acknowledgments
Padlock design inspired by [Chris Cacioppe on Dribbble](https://dribbble.com/shots/4009114-Unlock-Animation)