Page 1 of 1

psp riff wav

Posted: Sat Aug 18, 2012 5:53 pm
by lllccc
hey guys im having a problem converting theses files to normal wav files WRS helped me extract them from the .bin
iv tried ww2ogg that didn't work and towav didn't ether i got the .vag files to work but for some reason .wav's are harder if anyone knows how to fix this that would be nice

here are some wav files from that .bin file
http://www.sendspace.com/file/sh9jsc

Re: psp riff wav

Posted: Sat Aug 18, 2012 6:09 pm
by snakemeat
They are either ATRAC3 or ATRAC3plus. If ATRAC3, you need the ATRAC3 codec. If ATRAC3plus, you need to install SonicStage and HiMDRenderer. Although they have the same header as WAV files, they are actually .at3 files.

There are probably walkthroughs on both of those tasks on the web. Good luck!

Re: psp riff wav

Posted: Sat Aug 18, 2012 8:07 pm
by lllccc
snakemeat wrote:They are either ATRAC3 or ATRAC3plus. If ATRAC3, you need the ATRAC3 codec. If ATRAC3plus, you need to install SonicStage and HiMDRenderer. Although they have the same header as WAV files, they are actually .at3 files.

There are probably walkthroughs on both of those tasks on the web. Good luck!
tryed all that and it didnt work i found guides and still nothing all coverters give errors

Re: psp riff wav

Posted: Tue Aug 21, 2012 9:09 pm
by mauzerX
U can use QuickBMS with AT3 to AA3 converter script to add valid header, than convert with Sound Forge 10.

Re: psp riff wav

Posted: Tue Aug 21, 2012 11:17 pm
by lllccc
mauzerX wrote:U can use QuickBMS with AT3 to AA3 converter script to add valid header, than convert with Sound Forge 10.
thank you soo much mauzerX now this is going to take long lol i have 7000 of them to go

Re: psp riff wav

Posted: Wed Aug 22, 2012 9:24 pm
by mauzerX
I don't see any problem :) , just use batch:
for quickbms

Code: Select all

for %%i in (*.wav) DO quickbms.exe -o AT3toAA3.bms "%%i" "%CD%"
for Sound Forge
GoTo tools --> batch converter

Re: psp riff wav

Posted: Thu Aug 23, 2012 1:37 pm
by lllccc
mauzerX wrote:I don't see any problem :) , just use batch:
for quickbms

Code: Select all

for %%i in (*.wav) DO quickbms.exe -o AT3toAA3.bms "%%i" "%CD%"
for Sound Forge
GoTo tools --> batch converter
thank you soo much that will make this 1000 times easier
now im going to look on here how to make the new waves into xma back to xwb's