G722 implementation of the AudioDecoderFactoryTemplate API
Now the templated AudioDecoderFactory can create G722 decoders! BUG=webrtc:7839 Review-Url: https://codereview.webrtc.org/2940833002 Cr-Commit-Position: refs/heads/master@{#18643}
This commit is contained in:
@ -402,7 +402,7 @@ class AudioDecoderG722Test : public AudioDecoderTest {
|
||||
codec_input_rate_hz_ = 16000;
|
||||
frame_size_ = 160;
|
||||
data_length_ = 10 * frame_size_;
|
||||
decoder_ = new AudioDecoderG722;
|
||||
decoder_ = new AudioDecoderG722Impl;
|
||||
assert(decoder_);
|
||||
AudioEncoderG722::Config config;
|
||||
config.frame_size_ms = 10;
|
||||
|
||||
Reference in New Issue
Block a user