Skip to content

Commit

Permalink
Added link from API doc to FAQ about soundstart
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Oct 6, 2016
1 parent 0eb9675 commit b46792a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/annyang.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/annyang.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Add a callback function to be called in case one of the following events happens

* `start` - Fired as soon as the browser's Speech Recognition engine starts listening
* `soundstart` - Fired as soon as any sound (possibly speech) has been detected.
This will fire once per Speech Recognition starting.
This will fire once per Speech Recognition starting. See https://is.gd/annyang_sound_start
* `error` - Fired when the browser's Speech Recogntion engine returns an error, this generic error callback will be followed by more accurate error callbacks (both will fire if both are defined)
Callback function will be called with the error event as the first argument
* `errorNetwork` - Fired when Speech Recognition fails because of a network error
Expand Down
2 changes: 1 addition & 1 deletion src/annyang.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
*
* * `start` - Fired as soon as the browser's Speech Recognition engine starts listening
* * `soundstart` - Fired as soon as any sound (possibly speech) has been detected.
* This will fire once per Speech Recognition starting.
* This will fire once per Speech Recognition starting. See https://is.gd/annyang_sound_start
* * `error` - Fired when the browser's Speech Recogntion engine returns an error, this generic error callback will be followed by more accurate error callbacks (both will fire if both are defined)
* Callback function will be called with the error event as the first argument
* * `errorNetwork` - Fired when Speech Recognition fails because of a network error
Expand Down

0 comments on commit b46792a

Please sign in to comment.