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

https://github.com/georgewpark/take-notes-with-voice

This project demonstrates how the speech recognition API can be used to retrieve a spoken note from a user and display that note on-screen with the ability to edit/delete notes and save them to local storage for later viewing.
https://github.com/georgewpark/take-notes-with-voice

javascript notes speech-recognition web-speech-api

Last synced: 3 months ago
JSON representation

This project demonstrates how the speech recognition API can be used to retrieve a spoken note from a user and display that note on-screen with the ability to edit/delete notes and save them to local storage for later viewing.

Awesome Lists containing this project

README

        

# Take Notes with Voice
This project demonstrates how the JavaScript speech recognition API can be used to retrieve a spoken note from a user and display that note on-screen with the ability to edit/delete notes and save them to local storage for later viewing.

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

![Take Notes with Voice Demo](demo-gif.gif "Take Notes with Voice Demo")

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

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