diff --git a/CMakeLists.txt b/CMakeLists.txt index 5793d5e..f31b1c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ endif() # grab latest NN model (or substitute your own) set(LPCNET_ROOT http://rowetel.com/downloads/deep/) -set(LPCNET_FILE lpcnet_190215_v1.1.tgz) +set(LPCNET_FILE lpcnet_190924a_v1.0.tgz) set(LPCNET_URL ${LPCNET_ROOT}${LPCNET_FILE}) # Work around not having the FetchContent module.