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
path: root/silk
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 /silk
parentf0ec990dba011b2862c60a8903954d782cb92d19 (diff)
New model with wider range of bitrates
Using a max lambda of 0.04
Diffstat (limited to 'silk')
-rw-r--r--silk/dred_config.h4
1 files changed, 2 insertions, 2 deletions
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. */