PannerNode.rollOffFactor with "linear" distance model is not clamped to [0, 1] in main browser engines #2206
Labels
Needs Edits
Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/
Describe the issue
PannerNode.rollOffFactor with "linear" distance model is not clamped to [0, 1] in main browser engines. The spec says it should be here:
https://www.w3.org/TR/webaudio/#dom-pannernode-rollofffactor
However, if you set it to 2, in Chrome / Firefox / WebKit, it will return 2 after, not 1. We noticed this when trying to implement the specification behavior in WebKit.
The text was updated successfully, but these errors were encountered: