Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.bat')
-rw-r--r--autogen.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.bat b/autogen.bat
index ad05efc2..998a8fb6 100644
--- a/autogen.bat
+++ b/autogen.bat
@@ -10,7 +10,7 @@ for /F "tokens=4 delims= " %%A in ('findstr "download_model.sh" autogen.sh') do
REM Remove trailing ")" character from the model variable
set "model=%model:~0,-1%"
-cd lpcnet
+cd dnn
call download_model.bat %model%
cd ..