forked from mrq/tortoise-tts
4 lines
114 B
Batchfile
Executable File
4 lines
114 B
Batchfile
Executable File
@echo off
|
|
rm .\in\.gitkeep
|
|
rm .\out\.gitkeep
|
|
for %%a in (".\in\*.*") do ffmpeg -i "%%a" -ac 1 ".\out\%%~na.wav" |