Bug 214258
Summary: | Add in latencyHint support for AudioContext | ||
---|---|---|---|
Product: | WebKit | Reporter: | Clark Wang <clark_wang> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cdumez, eric.carlson, jer.noble, joe, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 212611 |
Clark Wang
Add in support for latencyHint, as per spec: https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-latencyhint
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/65852912>
Joe Hanley
This would be great to see. Our site implements a DAW that can stack up a lot of audio nodes, which starts causing buffer underruns in Safari. Conversely, with chromium-based browsers, I can increase the baseLatency which reduces these underruns.