Bug 214258 - Add in latencyHint support for AudioContext
Summary: Add in latencyHint support for AudioContext
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 212611
  Show dependency treegraph
 
Reported: 2020-07-13 09:00 PDT by Clark Wang
Modified: 2021-03-15 12:51 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clark Wang 2020-07-13 09:00:47 PDT
Add in support for latencyHint, as per spec: https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-latencyhint
Comment 1 Radar WebKit Bug Importer 2020-07-20 16:02:49 PDT
<rdar://problem/65852912>
Comment 2 Joe Hanley 2021-03-15 12:51:04 PDT
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.