mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
codec_resample: Increase buffer for Opus Codec with FEC.
ASTERISK-25599 #close Change-Id: Idbd187f711b2ec63dda949ca0f79aa0c1a0a0b6e
This commit is contained in:
@@ -38,7 +38,7 @@ ASTERISK_REGISTER_FILE()
|
||||
#include "asterisk/translate.h"
|
||||
#include "asterisk/slin.h"
|
||||
|
||||
#define OUTBUF_SAMPLES 5760
|
||||
#define OUTBUF_SAMPLES 11520
|
||||
|
||||
static struct ast_translator *translators;
|
||||
static int trans_size;
|
||||
|
Reference in New Issue
Block a user