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 #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?
When #118 was merged, it was unspecified whether the HTMLMediaElement
muted
and MediaStreamTrackmuted
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
The text was updated successfully, but these errors were encountered: