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:
parent
50e051b7d7
commit
e476d544ec
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user