better PLC
This commit is contained in:
parent
b4111137fa
commit
e60df0f150
1 changed files with 1552 additions and 1552 deletions
|
@ -1233,8 +1233,8 @@ static void celt_decode_lost(CELTDecoder * __restrict st, celt_word16_t * __rest
|
||||||
st->last_pitch_index = pitch_index;
|
st->last_pitch_index = pitch_index;
|
||||||
} else {
|
} else {
|
||||||
pitch_index = st->last_pitch_index;
|
pitch_index = st->last_pitch_index;
|
||||||
if (st->loss_count < 5)
|
if (st->loss_count < 15)
|
||||||
fade = QCONST16(.8f,15);
|
fade = QCONST16(.7f,15);
|
||||||
else
|
else
|
||||||
fade = 0;
|
fade = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue