mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
8 lines
185 B
Batchfile
8 lines
185 B
Batchfile
@echo off
|
|
|
|
set /p < speech.env
|
|
|
|
call download_voices_tts-1.bat
|
|
call download_voices_tts-1-hd.bat %PRELOAD_MODEL%
|
|
|
|
python speech.py %PRELOAD_MODEL:+--preload %PRELOAD_MODEL% %EXTRA_ARGS% |