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:
authorJean-Marc Valin <jmvalin@amazon.com>2023-10-06 10:11:57 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-10-06 10:50:46 +0300
commit8f9a7e23c8067a90013f3e56592360132af47e7b (patch)
treeca5f65190d27cb88d3a487d36026926a4ab9c46b
parentf0ec990dba011b2862c60a8903954d782cb92d19 (diff)
New model with wider range of bitrates
Using a max lambda of 0.04
-rwxr-xr-xautogen.sh2
-rw-r--r--silk/dred_config.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index b0ab990f..066651e8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
-dnn/download_model.sh da7f4c6
+dnn/download_model.sh f68e31d
echo "Updating build configuration files, please wait...."
diff --git a/silk/dred_config.h b/silk/dred_config.h
index 46f32a8d..06ff397b 100644
--- a/silk/dred_config.h
+++ b/silk/dred_config.h
@@ -32,7 +32,7 @@
#define DRED_EXTENSION_ID 126
/* Remove these two completely once DRED gets an extension number assigned. */
-#define DRED_EXPERIMENTAL_VERSION 5
+#define DRED_EXPERIMENTAL_VERSION 6
#define DRED_EXPERIMENTAL_BYTES 2
@@ -46,7 +46,7 @@
#define DRED_FRAME_SIZE 160
#define DRED_DFRAME_SIZE (2 * (DRED_FRAME_SIZE))
#define DRED_MAX_DATA_SIZE 1000
-#define DRED_ENC_Q0 9
+#define DRED_ENC_Q0 6
#define DRED_ENC_Q1 15
/* Covers 1.04 second so we can cover one second, after the lookahead. */