New ACM test to trigger audio glitch when switching output sample rate

This CL implements a new unit test. The test is designed to trigger
a problem in ACM where switching the desired output frequency creates
a short discontinuity in the output audio. The problem itself is not
solved in this CL, but the failing test is disabled for now.

BUG=3919
R=kwiberg@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/23019004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7443 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org
2014-10-14 10:49:58 +00:00
parent c216b9aeaf
commit 81a78930ee
6 changed files with 286 additions and 2 deletions

View File

@ -185,6 +185,8 @@
'tools/audio_loop.cc',
'tools/audio_loop.h',
'tools/audio_sink.h',
'tools/constant_pcm_packet_source.cc',
'tools/constant_pcm_packet_source.h',
'tools/input_audio_file.cc',
'tools/input_audio_file.h',
'tools/output_audio_file.h',