ref: 14539a7ef24d929e839991db7590764839bbd9a6
parent: c943d4b1453fbf19ea011dcf7652b25de9d2bff6
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Mon Mar 21 09:59:25 EDT 2022
Add LPCNet submodule
--- /dev/null
+++ b/.gitmodules
@@ -1,0 +1,3 @@
+[submodule "lpcnet"]
+ path = lpcnet
+ url = https://github.com/xiph/LPCNet
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,8 @@
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
+(cd lpcnet; ./download_model.sh plc_challenge_weights)
+
echo "Updating build configuration files, please wait...."
autoreconf -isf
--
⑨