shithub: opus

Download patch

ref: d428b0d32af185cf50afaaddf31d54f3e8d01842
parent: 8c4b88cfab81ae085f23935508ecd65e8065df40
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Wed Jun 30 14:27:31 EDT 2021

Update model

--- 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=b58f477
+commit=cce123e
 
 if [ ! -f lpcnet_data-$commit.tar.gz ]; then
 	echo "Downloading latest model"
--