shithub: opus

Download patch

ref: 8f9a7e23c8067a90013f3e56592360132af47e7b
parent: f0ec990dba011b2862c60a8903954d782cb92d19
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Thu Oct 5 23:11:57 EDT 2023

New model with wider range of bitrates

Using a max lambda of 0.04

--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
 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...."
 
--- 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. */
--