shithub: opus

Download patch

ref: ebc9483b4c981303b71fc92a95b80bbc7c7c5c7d
parent: 79980b20445df952404cac24d93422e1cff56fc6
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Sun Jan 31 20:07:35 EST 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=90ea887
+commit=b58f477
 
 if [ ! -f lpcnet_data-$commit.tar.gz ]; then
 	echo "Downloading latest model"
--