diff --git a/README.md b/README.md index 0869a03..2628f40 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Text to Speech Using Web Speech API in JavaScript If you'd like to learn how to build this application, refer to [this article](https://zolomohan.hashnode.dev/text-to-speech-using-the-web-speech-api-in-javascript). + +## Browser Support + +This should work fine on the current versions of Firefox, Chrome and Edge. + +Chromium and Electron must be started with the argument `--enable-speech-dispatcher`. diff --git a/index.html b/index.html index a39f5ca..97fb81c 100644 --- a/index.html +++ b/index.html @@ -1,38 +1,50 @@ -
- - -Select Voice
- -Volume
- - 1 -Rate
- - 1 -Pitch
- - 1 -Select Voice
+ +Volume
+ + 1Rate
+ + 1Pitch
+ + 1 +