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

psp riff wav

Get help on any and all audio formats, or chip in and help others!
Post Reply
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

psp riff wav

Post 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
snakemeat
advanced
Posts: 45
Joined: Tue Jan 27, 2009 5:00 pm
Has thanked: 12 times
Been thanked: 24 times

Re: psp riff wav

Post 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!
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: psp riff wav

Post 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
mauzerX
advanced
Posts: 57
Joined: Thu Jul 01, 2010 1:48 pm
Has thanked: 22 times
Been thanked: 10 times

Re: psp riff wav

Post by mauzerX »

U can use QuickBMS with AT3 to AA3 converter script to add valid header, than convert with Sound Forge 10.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: psp riff wav

Post 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
mauzerX
advanced
Posts: 57
Joined: Thu Jul 01, 2010 1:48 pm
Has thanked: 22 times
Been thanked: 10 times

Re: psp riff wav

Post 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
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: psp riff wav

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