From ddfa04541968a678ce750a017b26d63fe380031c Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 25 Feb 2012 17:54:47 +0000 Subject: [PATCH] lower block error rate bound for auto jitter buffer to increase audio quality (note that the delay will be slightly higher) --- src/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.h b/src/buffer.h index 4279dd5f..f69e6233 100755 --- a/src/buffer.h +++ b/src/buffer.h @@ -35,7 +35,7 @@ #define MAX_STATISTIC_COUNT 11000 // 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 #define NUM_STAT_SIMULATION_BUFFERS 11