Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop appears to break the polyfill when continuously listening #166

Open
JamesBrill opened this issue Nov 6, 2021 · 1 comment
Open

Comments

@JamesBrill
Copy link

Steps

  • Set continuous property to true
  • Call start
  • Call stop

Expected behaviour

  • Transcription stops
  • Microphone is turned off
  • 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
@MatejFacko
Copy link

Any update on this guys?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants