use 190924a tar ball as default

pull/10/head
David 2019-09-29 07:52:02 +09:30
parent 69bdcfbd06
commit fb2d791b2e
1 changed files with 1 additions and 1 deletions

View File

@ -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.