[Bug 17411] (AudioPannerNodeUnits): AudioPannerNode units are underspecified

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17411

Chris Rogers <crogers@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Chris Rogers <crogers@google.com> ---
(In reply to comment #2)
> One more thing: Section 4.15. The AudioListener Interface reads "// in
> meters / second (default 343.3)" for the speedOfSound attribute, which is
> obviously wrong, then.

Sorry Marcus, I wasn't clear about that part.  The doppler effect uses the
.speedOfSound attribute in conjunction with the velocity vectors for both the
AudioPannerNode and the AudioListener.  These velocity vectors are in
meters/second and are independent of the units used for position and
orientation.  This is taken directly from the OpenAL specification.

Added more specific text for the setVelocity() methods and also added the
doppler shift algorithm which uses these values.

Fixed:
https://dvcs.w3.org/hg/audio/rev/f4bef40f3efe

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 3 December 2012 23:23:20 UTC