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

@ -12,6 +12,7 @@
'target_name': 'PCM16B',
'type': 'static_library',
'dependencies': [
'audio_encoder_interface',
'G711',
],
'include_dirs': [