Make an AudioEncoder subclass for RED

This class only supports the simple case of payload duplication. That
is, one single encoder is used, and the redundant payload is a one-step
delayed payload.

BUG=3926
R=kjellander@webrtc.org, kwiberg@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7913 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org
2014-12-16 13:41:36 +00:00
parent 88bdec8c3a
commit c1c9291e9b
17 changed files with 624 additions and 6 deletions

View File

@ -16,5 +16,14 @@
'audio_decoder.h',
],
},
{
'target_name': 'audio_encoder_interface',
'type': 'static_library',
'sources': [
'audio_encoder.cc',
'audio_encoder.h',
],
},
],
}