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

2021-12-15 Thread Yoav Weiss via webkit-dev
(Copying Hongchan's reply to the list) On Wed, Dec 15, 2021 at 5:44 PM Hongchan Choi wrote: > Hi Youenn, > > A first good step would be to add the corresponding fingerprinting markup >> to the web audio spec. >> > > Do you believe the current language is not enough? Then please file an > issue

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

2021-12-15 Thread youenn fablet via webkit-dev
Thanks Hongchan, It is good to hear that these discussions are happening. A first good step would be to add the corresponding fingerprinting markup to the web audio spec. A few additional thoughts: https://w3c.github.io/mediacapture-output/ allows listing devices that a user granted. In case

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

2021-12-15 Thread Yoav Weiss via webkit-dev
Copying Hongchan's reply to the list.. On Mon, Dec 13, 2021 at 8:00 PM Hongchan Choi wrote: > Hi Youenn, > > Thanks for your response. > > Say I switch from builtin speakers to Bluetooth headset using MacOS system >> menu. >> > > If changing a device doesn't reflect the current status

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

[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