aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/pcm16b
diff options
context:
space:
mode:
authorhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org>2014-12-16 13:41:36 +0000
committerhenrik.lundin@webrtc.org <henrik.lundin@webrtc.org>2014-12-16 13:41:36 +0000
commitc1c9291e9b73c3a9633cd5c5cbc2e243ab5d6920 (patch)
treebbe14ce70290f9442c813401611bcbe3b6b10fb8 /webrtc/modules/audio_coding/codecs/pcm16b
parent88bdec8c3ab768c9cdb31b4216f82dba815ea516 (diff)
downloadwebrtc-c1c9291e9b73c3a9633cd5c5cbc2e243ab5d6920.tar.gz
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
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/pcm16b')
-rw-r--r--webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi b/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi
index 1c15d3b440..44b4335407 100644
--- a/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi
+++ b/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.gypi
@@ -12,6 +12,7 @@
'target_name': 'PCM16B',
'type': 'static_library',
'dependencies': [
+ 'audio_encoder_interface',
'G711',
],
'include_dirs': [