Bug 234152
Summary: | No audio on https://woe-industries.itch.io/chris-pratt-is-mario | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, cdumez, jer.noble, simon.fraser, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
Load https://woe-industries.itch.io/chris-pratt-is-mario and follow the instructions to click before playing (to get past the user action requirement). You still get no audio.
This works fine in Chrome and Firefox. The website has bad worse about Safari because of this bug.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
^ has bad words.
Also: https://twitter.com/tomayac/status/1468907811002269696
Jer Noble
When in this not-playing-audio state, the AudioContext.state is "interrupted". WebKit will interrupt an audio context when it becomes not visible (background tab, minimized window, etc), but there may be a bug where we're triggering this interrupted state in other situations.
Radar WebKit Bug Importer
<rdar://problem/86635203>
Ahmad Saleem
Using Safari Technology Preview 181, I do get audio after clicking and then pressing 'space'.
Is it fixed recently?