Page 1 of 1

Star Wars Episode III (PS2 .ilv files)

Posted: Thu Mar 07, 2019 6:53 pm
by Puterboy1
I was wondering if anyone would like to take a look at these: https://drive.google.com/open?id=1e4uDM ... sZXLY98S4N

Maybe you can convert these into a playable format.

Re: Star Wars Episode III (PS2 .ilv files)

Posted: Sat Mar 09, 2019 6:08 am
by episoder
Image

Re: Star Wars Episode III (PS2 .ilv files)

Posted: Sat Mar 09, 2019 8:26 am
by Acewell
batch file for multi processing ilv to wav. :D

Code: Select all

for %%1 in (*.ilv) do start /wait MFAudio "%%1" /IF32000 /IC2 /II4000 /OTWAVU "%%~n1.wav"
you will have to determine if the output plays too slow or fast and adjust "Frequency" accordingly. :]

Re: Star Wars Episode III (PS2 .ilv files)

Posted: Sat Mar 09, 2019 2:04 pm
by episoder
good. just for the completeness. the common frequencies are 8000, 11025, 16000, 22050, 24000 (possible?), 32000, 44100 and 48000. since they are headerless, i'd guess those music files are all 32000 + 4000 fixed code format.

Re: Star Wars Episode III (PS2 .ilv files)

Posted: Sat Mar 09, 2019 6:16 pm
by Acewell
yeah they headerless, info could be in another file or they could be classified by file name prefix, like
mus_* files = 32000
cin_* files = 44100
bg_* files = 44100