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
When called again, start will resume transcription
Actual behaviour
Transcription stops as expected
Microphone is not turned off
When called again, start will not resume transcription. As a result, the page must be refreshed to re-enable voice functionality
Notes
abort enables the expected behaviour - this is the current workaround I'll be recommending to consumers of react-speech-recognition, which integrates with this polyfill
Tested on Chrome, Safari, and Firefox (all relatively recent versions) on MacOS
The text was updated successfully, but these errors were encountered:
Steps
continuous
property totrue
start
stop
Expected behaviour
start
will resume transcriptionActual behaviour
start
will not resume transcription. As a result, the page must be refreshed to re-enable voice functionalityNotes
abort
enables the expected behaviour - this is the current workaround I'll be recommending to consumers ofreact-speech-recognition
, which integrates with this polyfillThe text was updated successfully, but these errors were encountered: