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-07-17 04:06:09 +0300
commit195ddd842057dbac667b4723e86e08b552e10ab6 (patch)
tree0a0005e21ef314d194358b51ec74a20d021a403c
parentdccc568718e235e58ef46ad6963da4bc4558536d (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