AudioBufferSourceNode and MediaElementAudioSourceNode should support multi-channel...
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 18 May 2012 04:57:07 +0000 (04:57 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 18 May 2012 04:57:07 +0000 (04:57 +0000)
commitfd56da46763807e99f60e3fb230f455dd054f179
tree48aa7e203e2f16353a6a61766d324d97ab33dcfc
parenta0223ac038ace94f09bbdcd1896eace2dc8ff104
AudioBufferSourceNode and MediaElementAudioSourceNode should support multi-channel > stereo
https://bugs.webkit.org/show_bug.cgi?id=75119

Patch by Wei James <james.wei@intel.com> on 2012-05-17
Reviewed by Chris Rogers.

As multiple channel support in AudioBus and other places is already
implemented, the check can be removed here.

* Modules/webaudio/MediaElementAudioSourceNode.cpp:
(WebCore::MediaElementAudioSourceNode::setFormat):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117541 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp