tune auto jitter buffer to get less drop outs (#417)
This commit is contained in:
parent
d27e53bd89
commit
b657615aa7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#define FILTER_DECISION_HYSTERESIS 0.1
|
||||
|
||||
// definition of the upper error bound of the jitter buffers
|
||||
#define ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE 0.001
|
||||
#define ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE 0.0005
|
||||
#define ERROR_RATE_BOUND ( ERROR_RATE_BOUND_DOUBLE_FRAME_SIZE / 2 )
|
||||
|
||||
// definition of the upper jitter buffer error bound, if that one is reached we
|
||||
|
|
Loading…
Reference in a new issue