RESOLVED FIXED 110812
Implement channel up-mixing and down-mixing rules
https://bugs.webkit.org/show_bug.cgi?id=110812
Summary Implement channel up-mixing and down-mixing rules
Chris Rogers
Reported 2013-02-25 15:16:24 PST
Implement channel up-mixing and down-mixing rules
Attachments
Patch (40.79 KB, patch)
2013-02-25 15:25 PST, Chris Rogers
kbr: review+
Chris Rogers
Comment 1 2013-02-25 15:25:31 PST
Kenneth Russell
Comment 2 2013-02-26 12:48:40 PST
Comment on attachment 190140 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=190140&action=review Looks good. Thanks for the explanation offline about the algorithm and the layout test. One comment. > Source/WebCore/platform/audio/AudioBus.cpp:385 > + vadd(sourceC, 1, destination, 1, destination, 1, length()); This is basically exactly the same code as in speakersCopyFrom. Could you refactor it into a separate method to share the code?
Chris Rogers
Comment 3 2013-02-27 13:49:10 PST
Note You need to log in before you can comment on or make changes to this bug.