Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Star Wars Episode III (PS2 .ilv files)

Get help on any and all audio formats, or chip in and help others!
Post Reply
Puterboy1
mega-veteran
mega-veteran
Posts: 204
Joined: Fri Mar 02, 2018 3:05 am
Been thanked: 7 times

Star Wars Episode III (PS2 .ilv files)

Post 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.
episoder
mega-veteran
mega-veteran
Posts: 162
Joined: Fri Oct 16, 2015 8:05 pm
Has thanked: 6 times
Been thanked: 78 times

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

Post by episoder »

Image
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

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

Post 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. :]
episoder
mega-veteran
mega-veteran
Posts: 162
Joined: Fri Oct 16, 2015 8:05 pm
Has thanked: 6 times
Been thanked: 78 times

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

Post 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.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

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

Post 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
Post Reply