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

SpeechRecognition ends after unspecified time #102

Open
adyry opened this issue Jun 21, 2022 · 0 comments
Open

SpeechRecognition ends after unspecified time #102

adyry opened this issue Jun 21, 2022 · 0 comments

Comments

@adyry
Copy link

adyry commented Jun 21, 2022

I'm trying to use WebSpeech API for 30 minutes videocalls transcript.

From what I observe, speech recognition works for more or less 2 minutes, after which it dispatches end event and there's no way to set the default timeout for this.

Since I end and start recognition on the microphone mute, I cannot use some funny fixes like:

recognition.onend = () => {
  recognition.start()
};

as it'd automatically restart recognition on the microphone mute.

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

1 participant