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
This commit is contained in:
jan.skoglund@webrtc.org
2014-03-10 22:50:19 +00:00
parent a8b97373d5
commit c3d13d38f4
8 changed files with 342 additions and 4 deletions

View File

@ -140,6 +140,17 @@
],
},
{
'target_name': 'audio_classifier_test',
'type': 'executable',
'dependencies': [
'NetEq4',
],
'sources': [
'test/audio_classifier_test.cc',
],
},
{
'target_name': 'neteq4_speed_test',
'type': 'executable',