-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# vue-voice 🗣🎙📝 | ||
|
||
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. | ||
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 | ||
### 🔮☢️ 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 | ||
|