ref: 4a47b1a15b0ef79eddf6f8d956b51e0c66718c93
dir: /dnn/download_model.bat/
@echo off set model=lpcnet_data-%1.tar.gz if not exist %model% ( echo Downloading latest model powershell -Command "(New-Object System.Net.WebClient).DownloadFile('https://media.xiph.org/lpcnet/data/%model%', '%model%')" ) tar -xvzf %model%