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:
@ -16,5 +16,14 @@
|
||||
'audio_decoder.h',
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
'target_name': 'audio_encoder_interface',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'audio_encoder.cc',
|
||||
'audio_encoder.h',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user