You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ function showResult()
77
77
78
78
*properties*
79
79
***continuous**: boolean to set whether the speech recognition engine will give results continuously (true) or just once (false = default).
80
-
***p.s. *continuous* is set to 'false' by default to protect your users' privacy: setting continuous to 'true' creates a continuous open mic between your users' web browser and Google.**
80
+
***p.s. *continuous* is set to 'false' by default to protect your users' privacy: setting continuous to 'true' creates a continuous open mic between your users' browsing device and the cloud-based speech recognition engine for their browser (i.e. Google).**
81
81
* p.p.s. as an aside, besides being potentially a bad call from an ethical standpoint, *continous* mode is unreliable - the audio pipe between the browser and the recognition server breaks pretty easily, especially with non-Chrome browsers. if you really want something that will continuously recognize speech, set a meta-refresh on your page to reload every couple of minutes.
82
82
***interimResults**: boolean to set whether the speech recognition engine will give faster, partial results (true) or wait for the speaker to pause (false = default).
83
83
***onEnd**: function sets callback to fire when speech recognition ends.
0 commit comments