-
- Downloads
translate: Fix transcoding while different in frame size.
When Asterisk translates between codecs, each with a different frame size (for example between iLBC 30 and Speex-WB), too large frames were created by ast_trans_frameout. Now, ast_trans_frameout is called with the correct frame length, creating several frames when necessary. Affects all transcoding modules which used ast_trans_frameout: GSM, iLBC, LPC10, and Speex. ASTERISK-25353 #close Change-Id: I2e229569d73191d66a4e43fef35432db24000212
Showing
- codecs/codec_gsm.c 20 additions, 9 deletionscodecs/codec_gsm.c
- codecs/codec_ilbc.c 19 additions, 9 deletionscodecs/codec_ilbc.c
- codecs/codec_lpc10.c 28 additions, 13 deletionscodecs/codec_lpc10.c
- codecs/codec_speex.c 37 additions, 23 deletionscodecs/codec_speex.c
- main/translate.c 36 additions, 19 deletionsmain/translate.c
Loading
Please register or sign in to comment