Open
Bug 1612093
Opened 6 years ago
Updated 2 years ago
AudioContext.outputLatency on Fenix is wrong
Categories
(Core :: Web Audio, defect, P3)
Core
Web Audio
Tracking
()
NEW
People
(Reporter: padenot, Assigned: padenot)
Details
It's returning weird values in 74, and nothing in 71.
I had a look at the code and 1 is off. There is a integer division instead of a floating point division in the second part of the calculation.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → padenot
Priority: -- → P3
Updated•5 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
just checkin' in since I reported this via email, and outputLatency stability came up in some discussions .. this is still a thing in release 116 and nightly 118
| Assignee | ||
Comment 2•2 years ago
|
||
Simon, what Android version are you running on the system that exhibit the issue? We've landed a new audio backend for Android that doesn't have this issue, but it's enabled only on select Android versions because of issues in some OEM version of the system code.
Flags: needinfo?(simon.mainey)
You need to log in
before you can comment on or make changes to this bug.
Description
•