1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-01-17 04:48:57 +01:00

#452 repack tracks with the latest AD4

This commit is contained in:
XProger 2023-03-01 12:23:39 +03:00
parent 50e051b7d7
commit e476d544ec
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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