-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark sampleRate, sampleSize, latency as features at risk #958
Comments
We intend to implement resizeMode FWIW. @padenot what do you think about the others on that list? |
|
And, a link for reference... fingerprinting concerns around sample rate were previously discussed over on the Web Audio API: WebAudio/web-audio-api#1457 Regarding |
There are no guarantees that using an input-device with a sample-rate of What's important here is e.g. to set the sample-rate of the |
Discussed at last interim where we agreed to mark sampleRate, sampleSize, latency as features at risk. |
I thought the idea was to move these to the extension spec? |
Yes, the decision was to move them to the extension spec. |
The main criteria is whether there is a concrete short-enough-term plan for another UA to implement this support. From what I understood, there is no such plan though. |
I'm fine with moving resizeMode to the extensions spec and moving it back to main once Mozilla implements https://bugzilla.mozilla.org/show_bug.cgi?id=1433480. |
Looking at the recently updated implementation report based on Web Platform Tests, the following constraints have only one implementation (in Chromium):
The feedback I've gotten from potential implementors don't seem to indicate implementing these would be high-priority. As a result, I would suggest making them at risk.
Presumably, if/when the spec goes to Rec, we could keep them as "candidate additions" so that they can get easily integrated once other implementations surface.
The text was updated successfully, but these errors were encountered: