Classes and tests for audio an classifier. The class can be used to classify whether a frame of audio contains speech or music. The classifier uses the music/speech classifier in Opus.

R=andrew@webrtc.org, henrik.lundin@webrtc.org, turaj@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5677 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/modules_unittests.isolate b/webrtc/modules/modules_unittests.isolate
index 06f8a2d..e4139ba 100644
--- a/webrtc/modules/modules_unittests.isolate
+++ b/webrtc/modules/modules_unittests.isolate
@@ -15,6 +15,12 @@
           '../../../data/',
           '../../../resources/',
         ],
+        'isolate_dependency_tracked': [
+          '../../../resources/short_mixed_mono_48.dat',
+          '../../../resources/short_mixed_mono_48.pcm',
+          '../../../resources/short_mixed_stereo_48.dat',
+          '../../../resources/short_mixed_stereo_48.pcm',
+        ],
       },
     }],
     ['OS=="linux" or OS=="mac" or OS=="win"', {
@@ -72,6 +78,10 @@
           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin',
           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin',
           '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin',
+          '../../resources/short_mixed_mono_48.dat',
+          '../../resources/short_mixed_mono_48.pcm',
+          '../../resources/short_mixed_stereo_48.dat',
+          '../../resources/short_mixed_stereo_48.pcm',
           '../../resources/sprint-downlink.rx',
           '../../resources/sprint-uplink.rx',
           '../../resources/synthetic-trace.rx',