Bug 235365
Summary: | Using VPIO with AirPods increases the audio rendered latency | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
Using VPIO with AirPods increases the audio rendered latency, compared to using RemoteIO with the same AirPods.
This happens when rendering WebRTC audio first (hence Remote IO, latency is ok) and start capturing (hence rendering through VPIO through increased latency).
The buffer size for mic through VPIO with AirPods is 2048 and rendering 4096 in my setup, which seems to big.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
With builtin mic/speakers, I go from 4096 (not capturing audio) to 1024 (capturing audio), which makes more sense.
I wonder though whether we still not want shorter buffers in this case too.
Radar WebKit Bug Importer
<rdar://problem/88073802>