From 2b6e97bb83af1021981c96e5342d1c7564baf8d2 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 6 Mar 2013 16:45:35 +0000 Subject: [PATCH] change packet loss expected amount for OPUS decoder (to be optimized) --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 6e8b2372..2810d17b 100755 --- a/src/global.h +++ b/src/global.h @@ -116,7 +116,7 @@ LED bar: lbr #define USE_LOW_COMPLEXITY_CELT_ENC // percentage of expected packet loss in the OPUS encoder -#define OPUS_EXPECTED_PACKET_LOSS_PERC 10 +#define OPUS_EXPECTED_PACKET_LOSS_PERC 50 // define the minimum allowed number of coded bytes for CELT (the encoder // gets in trouble if the value is too low)