Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Vos <koenvos@users.noreply.github.com>2016-06-01 11:29:47 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-06-04 02:15:52 +0300
commit17cee886e4f5a3402518b11457baf0909304bff1 (patch)
tree06da6be7829e6e353f883cbb559a572bc730a20e
parent58e3070f8d24d05b7d3bea6d44567137d3529b95 (diff)
reduced noise floor in noise shaping analysis by 2 dB
-rw-r--r--silk/tuning_parameters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/tuning_parameters.h b/silk/tuning_parameters.h
index f15eb16b..cbf68bac 100644
--- a/silk/tuning_parameters.h
+++ b/silk/tuning_parameters.h
@@ -96,7 +96,7 @@ extern "C"
#define WARPING_MULTIPLIER 0.015f
/* fraction added to first autocorrelation value */
-#define SHAPE_WHITE_NOISE_FRACTION 5e-5f
+#define SHAPE_WHITE_NOISE_FRACTION 3e-5f
/* noise shaping filter chirp factor */
#define BANDWIDTH_EXPANSION 0.94f