- From: Chris Wilson <cwilso@google.com>
- Date: Fri, 13 Sep 2013 07:51:13 -0700
- To: Oliver Augstroze Rutter Drummond <oliverdrummond@gmail.com>
- Cc: "public-audio@w3.org" <public-audio@w3.org>
Received on Friday, 13 September 2013 14:51:44 UTC
Fixed: https://github.com/WebAudio/web-audio-api/commit/7c7a870abb7a23f3904d34b6135dfdd213c339f3 . On Thu, Sep 12, 2013 at 5:55 PM, Oliver Augstroze Rutter Drummond < oliverdrummond@gmail.com> wrote: > Hello, > > Been reading the Web Audio API W3C Working Draft 13 and found a small > mistype on the "9. Channel up-mixing and down-mixing" -> "Up Mixing" -> > "Quad up-mix:". > > It says: > 4 -> 5.1 : up-mix from *stereo* to 5.1 > output.L = input.L; > output..R = input.R; > output.C = 0; > output.LFE = 0; > output.SL = input.SL; > output.SR = input.SR; > > And I believe it should be > 4 -> 5.1 : up-mix from *quad* to 5.1 > output.L = input.L; > output.R = input.R; > output.C = 0; > output.LFE = 0; > output.SL = input.SL; > output.SR = input.SR; > > I'm sorry it you are not the one that I should contact for that kind of > thing, but it was the only contact that I've found on the page. > > Best Regards, > > Oliver Drummond >
Received on Friday, 13 September 2013 14:51:44 UTC