shithub: opus

Download patch

ref: 4c0e2248655c3042c4cd93b3dd663cc798e5aa22
parent: c74330e85035c2d47f101fa33797e93ecaaebcd3
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Thu Jul 15 12:12:42 EDT 2021

Model update

Weights are the same, but they are dumped to C differently.

--- a/dnn/autogen.sh
+++ b/dnn/autogen.sh
@@ -6,7 +6,7 @@
 test -n "$srcdir" && cd "$srcdir"
 
 #SHA1 of the first commit compatible with the current model
-commit=0e434ab
+commit=c1e85f8
 
 if [ ! -f lpcnet_data-$commit.tar.gz ]; then
 	echo "Downloading latest model"
--