[webkit-dev] Request for position on AudioContext.outputLatency

2021-12-13 Thread Yoav Weiss via webkit-dev
(Sent on behalf of Hongchan Choi, who failed to subscribe to this mailing list) Hey folks! AudioContext.outputLatency is to inform the time at which the first sample in the buffer is actually processed by the audio output device. This is useful when synchronizing the audio generated by Web Audio

[webkit-dev] Request for HTMLInputElement showPicker()

2021-12-13 Thread François Beaufort 🇫🇷 via webkit-dev
Hi webkit-dev, This is a request for WebKit's position on adding showPicker() to elements as newly specified by the HTML spec. It addresses a very common request from web developers: programmatically showing a picker for controls like date etc. Spec: https://html.spec.whatwg.org/multipage/inp

Re: [webkit-dev] Request for position on AudioContext.outputLatency

2021-12-13 Thread youenn fablet via webkit-dev
Looking at https://www.w3.org/TR/webaudio/#dom-audiocontext-outputlatency, it states that: > If the audio output device is changed the outputLatency attribute value will be updated accordingly. The use case seems ok, but I worry abou