Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1036f84

Browse files
updating readme file
1 parent f90d798 commit 1036f84

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# web-speech-api
2-
A repository for demos illustrating features of the Web Speech API. See https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API for more details.
2+
A repository for demos illustrating features of the Web Speech API. See [Web_Speech_API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) for more details.
33

4-
## Voice color changer demo
4+
## Speech color changer demo
55

66
This demo works pretty nicely — you'll need a phone running Firefox OS 2.5+, and Firefox Nightly/Developer edition. Use WebIDE to install the app on your phone and give it a go. You tap the screen then say a colour — the grammar string contains a large number of HTML keywords to choose from, although we've removed most of the multiple word colours to remove ambiguity. We did keep goldenrod, cos, well.
77

8+
Note that [permissions are required](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API#Firefox_OS_permissions) to use speech recognition.
9+
10+
## Speak easy synthesis demo
11+
12+
This demo works even better — speech synthesis needs no permissions to work on Desktop Firefox and Firefox OS. In this demo you can choose a voice from the available synthesis voices on your device. You can then enter a phrase you want to hear spoken in the text box, and press return to hear it.
13+
814
## Current issues
915

10-
1. The SpeechRecognition.continuous property is not currently implemented in Gecko. This work is ongoing.
11-
2. The onnomatch handler does not yet work properly — the speech recognition system always returns a positive match, and then guesses at what item in the grammar it found. This is being worked on.
16+
1. The [SpeechRecognition.continuous](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/continuous) property is not currently implemented in Gecko. This work is ongoing.
17+
2. The [onnomatch handler](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/onnomatch) does not yet work properly — the speech recognition system always returns a positive match, and then guesses at what item in the grammar it found. This is being worked on.

0 commit comments

Comments
 (0)