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-16 00:51:45 +0300
commit3a2ec7beeea2cfea906e96095b11768f62fbc9c6 (patch)
tree65be9b5272034d00c5d57278e1c5420e6e5f7ff8
parent5dc9ed30f1e76db3b46fc4414e2205313976f1d6 (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