commit | ac59dba3f73cb0ee886abdab1ca24272a89791f8 | [log] [tgz] |
---|---|---|
author | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Jan 31 09:55:24 2013 +0000 |
committer | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Jan 31 09:55:24 2013 +0000 |
tree | 489c5b2b5ab41e58bc9161fd6a24f09dd2166b84 | |
parent | 3d13d9f0a07f8d7e01679490b89fd3b93a96dd0c [diff] [blame] |
Adding iSAC-fb support Adding tests, too. Review URL: https://webrtc-codereview.appspot.com/1070011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3440 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/timestamp_scaler.cc b/webrtc/modules/audio_coding/neteq4/timestamp_scaler.cc index 6bb22d5..d58d5dd 100644 --- a/webrtc/modules/audio_coding/neteq4/timestamp_scaler.cc +++ b/webrtc/modules/audio_coding/neteq4/timestamp_scaler.cc
@@ -49,6 +49,7 @@ } case kDecoderOpus: case kDecoderOpus_2ch: + case kDecoderISACfb: case kDecoderCNGswb48kHz: { // Use timestamp scaling with factor 2/3 (32 kHz sample rate, but RTP // timestamps run on 48 kHz).