mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Prefer this for sound card that deliver data irregularly.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@579 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
c3307b7b7b
commit
2fc3c84139
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ static void speex_ec_process(MSFilter *f){
|
|||
ms_bufferizer_put(&s->in[0],m);
|
||||
}
|
||||
|
||||
if (s->size_delay<s->playback_delay)
|
||||
if (s->size_delay<=s->playback_delay)
|
||||
{
|
||||
/* make sure we always send block with same size */
|
||||
while (ms_bufferizer_get_avail(&s->speak_delay)>=nbytes)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue