shithub: opus

Download patch

ref: 8f887b62f0dfd216cc2423f27c9eb7c6e3c7e363
parent: 60790784a44cb63fba3f3953d1b1655883975d4c
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Sat Apr 13 23:20:17 EDT 2019

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