lower block error rate bound for auto jitter buffer to increase audio quality (note that the delay will be slightly higher)
This commit is contained in:
parent
2a18aa0b1b
commit
ddfa045419
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
#define MAX_STATISTIC_COUNT 11000
|
#define MAX_STATISTIC_COUNT 11000
|
||||||
|
|
||||||
// definition of the error bound
|
// definition of the error bound
|
||||||
#define ERROR_RATE_BOUND 0.002
|
#define ERROR_RATE_BOUND 0.001
|
||||||
|
|
||||||
// number of simulation network jitter buffers for evaluating the statistic
|
// number of simulation network jitter buffers for evaluating the statistic
|
||||||
#define NUM_STAT_SIMULATION_BUFFERS 11
|
#define NUM_STAT_SIMULATION_BUFFERS 11
|
||||||
|
|
Loading…
Reference in a new issue