Fixes 60 ms speech mode
This commit is contained in:
parent
7009c72234
commit
105d751c94
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@ int opus_encode(OpusEncoder *st, const short *pcm, int frame_size,
|
|||
int redundancy = 0;
|
||||
int redundancy_bytes = 0;
|
||||
int celt_to_silk = 0;
|
||||
short pcm_buf[960*2];
|
||||
/* TODO: This is 60 only so we can handle 60ms speech/audio switching
|
||||
it shouldn't bee too hard to reduce to 20 ms if needed */
|
||||
short pcm_buf[3*960*2];
|
||||
int nb_compr_bytes;
|
||||
int to_celt = 0;
|
||||
celt_int32 mono_rate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue