New issue
Advanced search Search tips

Issue 591499 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Wrong type for PannerNode attributes

Project Member Reported by rtoy@chromium.org, Mar 2 2016

Issue description

The attributes such as refDistance, coneInnerAngle, and so on for the PannerNode are declared to be float in the spec (http://webaudio.github.io/web-audio-api/#attributes-19).

However, blink's IDL has them declared to be double.

We should match the spec.  This will very likely break some layout tests because Javascript doubles are converted to float and back, and that's not an identity operation.
 

Comment 1 by rtoy@chromium.org, Mar 2 2016

Owner: rtoy@chromium.org
Status: Started (was: Available)

Comment 2 by rtoy@chromium.org, Mar 7 2016

Status: WontFix (was: Started)
See https://github.com/WebAudio/web-audio-api/issues/751.  It is decided that since Chrome, FireFox, and Safari actually use doubles (from checking the actual code), the spec will be changed to use doubles as well.

I did not check to see what Edge does.

Closing as WontFix (invalid).

Sign in to add a comment