-
Notifications
You must be signed in to change notification settings - Fork 173
AudioContext.sampleRate might be clamped internally #2653
Copy link
Copy link
Open
Labels
Needs External Dependency ResolutionAn external dependency is blocking progress on this issue.An external dependency is blocking progress on this issue.category: enhancementSubstantive changes that do not add new features. https://www.w3.org/policies/process/#class-3Substantive changes that do not add new features. https://www.w3.org/policies/process/#class-3
Metadata
Metadata
Assignees
Labels
Needs External Dependency ResolutionAn external dependency is blocking progress on this issue.An external dependency is blocking progress on this issue.category: enhancementSubstantive changes that do not add new features. https://www.w3.org/policies/process/#class-3Substantive changes that do not add new features. https://www.w3.org/policies/process/#class-3
Type
Fields
Give feedbackNo fields configured for issues without a type.
When
sampleRateis passed to the constructor, Firefox is clamping the value internally, but returns the unclamped value.From code inspection, WebKit might not be clamping the value.
Ditto for Chrome apparently.
We should get the full picture here and figure out whether the spec should be clear about clamping or whether it is a Firefox bug.