shithub: opus

Download patch

ref: 1bfa0e2bd087c2916b88f4abe3e01ec948917d5c
parent: aa474553b53254edc017e4921d661aa2a6876995
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Fri Jan 13 10:50:23 EST 2023

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=5e88ebe
+commit=9daefbb
 ./download_model.sh $commit
 
 echo "Updating build configuration files for lpcnet, please wait...."
--