shithub: opus

Download patch

ref: 4befd8bb392253b1f85f14e4101381dd0e01bb65
parent: d45ab6fcb6e8d61a354af1d96b3486c3c13f07b2
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Fri Sep 23 23:25:33 EDT 2022

Decreasing look-ahead of default model to 1 frame

--- 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=3b1eab4
+commit=97e64b3
 ./download_model.sh $commit
 
 echo "Updating build configuration files for lpcnet, please wait...."
--