Adds proper 44.1 support to WebRTC.
commit3740e7bb47070c5a60a73f736f55c19155495b03
authorhenrika@chromium.org <henrika@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 May 2013 00:37:12 +0000 (29 00:37 +0000)
committerhenrika@chromium.org <henrika@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 May 2013 00:37:12 +0000 (29 00:37 +0000)
tree9d2360ed234c168eb7f17e17e476b0169b8663bb
parente7554c3fd715e27d5dbf2b915c41ef9313c54783
Adds proper 44.1 support to WebRTC.

This CL removes the existing "WebRTC hack" where the native audio layer runs at 44.1 but WebRTC at 44.0. Now when native WebRTC supports 44100, it is possible to add the same support to WebRTC in Chrome.

BUG=243450
TEST=content_unittests and misc. WebRTC clients using 44.1 as sample rate on input and output devices.

Review URL: https://chromiumcodereview.appspot.com/15907005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202713 0039d316-1c4b-4281-b951-d872f2087c98
content/renderer/media/webrtc_audio_capturer.cc
content/renderer/media/webrtc_audio_device_impl.cc
content/renderer/media/webrtc_audio_renderer.cc