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

Specify MediaStreamTrack support speech recognition behavior if muted = true #125

Open
beaufortfrancois opened this issue Jan 8, 2025 · 1 comment

Comments

@beaufortfrancois
Copy link

beaufortfrancois commented Jan 8, 2025

When #118 was merged, it was unspecified whether the HTMLMediaElement muted and MediaStreamTrack muted properties would change anything regarding speech recognition started with a MediaStreamTrack. I believe it should not impact it.

In Chromium sadly, audio is no longer rendered to the sink and thus is no longer transcribed if the volume of the media drops to 0. See code source. Shall we update Chromium or the spec?

FYI @evanbliu

@padenot
Copy link
Member

padenot commented Jan 8, 2025

It's very useful to mute an element and have it transcribed, from my point of view.

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