From 1bfa0e2bd087c2916b88f4abe3e01ec948917d5c Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@amazon.com>
Date: Fri, 13 Jan 2023 15:50:23 -0500
Subject: [PATCH] update model

---
 dnn/autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dnn/autogen.sh b/dnn/autogen.sh
index ac0f545e9..9d8d06a30 100755
--- a/dnn/autogen.sh
+++ b/dnn/autogen.sh
@@ -6,7 +6,7 @@ srcdir=`dirname $0`
 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...."
-- 
GitLab