summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
authordalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-14 03:42:01 +0000
committerdalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-14 03:42:01 +0000
commitf9244d58b4a60747dc471ec396be1337eb4a7451 (patch)
treeb3d6242048dd2476431a18509ea8b47f496667a0 /media/media.gyp
parent155e1b4e6a5510f05e157ca102fb676d79f29c9e (diff)
downloadchromium_src-f9244d58b4a60747dc471ec396be1337eb4a7451.zip
chromium_src-f9244d58b4a60747dc471ec396be1337eb4a7451.tar.gz
chromium_src-f9244d58b4a60747dc471ec396be1337eb4a7451.tar.bz2
Switch to pcm_low_latency and enable resampling.
Plumbs all the relevant bits around. Updates the unit tests to do a basic resampling sanity check. Still requires http://codereview.chromium.org/10636036/ before anything will work on ToT. I'll land that behind a flag later. BUG=133637 TEST=These unit tests + CL above for manual testing. Review URL: https://chromiumcodereview.appspot.com/10698066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 54bca0a..d0f889b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -678,8 +678,6 @@
'base/data_buffer_unittest.cc',
'base/decoder_buffer_unittest.cc',
'base/djb2_unittest.cc',
- 'base/fake_audio_render_callback.cc',
- 'base/fake_audio_render_callback.h',
'base/filter_collection_unittest.cc',
'base/multi_channel_resampler_unittest.cc',
'base/pipeline_unittest.cc',
@@ -793,6 +791,10 @@
'audio/mock_audio_manager.h',
'audio/test_audio_input_controller_factory.cc',
'audio/test_audio_input_controller_factory.h',
+ 'base/fake_audio_render_callback.cc',
+ 'base/fake_audio_render_callback.h',
+ 'base/mock_audio_renderer_sink.cc',
+ 'base/mock_audio_renderer_sink.h',
'base/mock_callback.cc',
'base/mock_callback.h',
'base/mock_data_source_host.cc',