mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-01 02:40:43 +02:00
#452 repack tracks with the latest AD4
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -6,7 +6,7 @@ set DEMO_FOLDER=conv_demo\
|
||||
|
||||
for /r %IN_FOLDER% %%i in (*.wav) do (
|
||||
ffmpeg -v panic -y -i %%i -ar 10512 -f s16le -acodec pcm_s16le temp.raw
|
||||
ad4 temp.raw %OUT_FOLDER%%%~ni.ad4 -1.1
|
||||
ad4 temp.raw %OUT_FOLDER%%%~ni.ad4 -0.8
|
||||
)
|
||||
del /f temp.raw
|
||||
|
||||
|
Reference in New Issue
Block a user