shithub: opus

Download patch

ref: da7f4c6c99d1f4e4153f97ee5a6bbd07199507f3
parent: 27663d364188711e5f662304357cb532e689bfe2
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Sun Oct 1 21:47:46 EDT 2023

update model

--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
 srcdir=`dirname $0`
 test -n "$srcdir" && cd "$srcdir"
 
-dnn/download_model.sh 574c766
+dnn/download_model.sh 27663d3
 
 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 3
+#define DRED_EXPERIMENTAL_VERSION 4
 #define DRED_EXPERIMENTAL_BYTES 2
 
 
--