Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tnicola/vue-voice
Browse files Browse the repository at this point in the history
  • Loading branch information
tnicola committed Jan 5, 2019
2 parents 7034762 + 2c1f2d1 commit 7514e70
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vue-voice
# vue-voice 🗣🎙📝

Speech to text and text to speech Vue library
Speech-to-text and text-to-speech Vue library. It's a simple weapper of the browser native Speech APIs: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API.

### 🔮☢️ Experimental
At this stage the library is in a beta version. Also, the Web Speech APIs are still experimental, DO NOT use this library in production.

## Demo
### Speech-to-text
Try the demo here: [Demo](https://tnicola.github.io/vue-voice/) 🎙️ (Click the button and start to talk in English)
### Text-to-speech
⚠️🛠️ - Work in Progress

### ⚠️ Under Construction

0 comments on commit 7514e70

Please sign in to comment.