mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-07 13:46:45 +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 (
|
for /r %IN_FOLDER% %%i in (*.wav) do (
|
||||||
ffmpeg -v panic -y -i %%i -ar 10512 -f s16le -acodec pcm_s16le temp.raw
|
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
|
del /f temp.raw
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user