Any way to convert adx version 4 into adx version 3 while retaining loop points ? by hsb083 at 12:06 AM EST on December 26, 2012
hi, I'm new here, sorry if this question has already been asked before
I ripped hyper street fighter 2 adx from ps2 release and I'm looking to insert them into dreamcast version of super street fighter 2x
the problem is that ps2 adx are version 4 i need version 3 is there any tool that can convert adx v4 into adx v3-while retaining previous loop points ?
if not is there a tool that can analyze adx version v4 loop points and give a reading for adx version 3 loop points ?
Just because this is the easiest method I know of, this is what I'd do:
1) Use VGMstream (the command-line tool) to convert the ADX 04 to WAV (be sure to have the correct arguments in place - VGMstream will output adxencd.exe compatible loop points)
2) run the resulting BAT file (again, be sure to be using the correct arguments in the previous step, otherwise this won't be generated) to create ADX 03 files.
It occurs to me that you might have no idea what the "correct arguments" might be, so I did a search on these forums. I found this. The 6th post down (written by me) will explain how to create a BAT file to do the conversion for you, and the 4th post down (written by bxaimc) will tell you were to get VGMstream. You'll have to look for "adxencd.exe" yourself (be sure to get officially free version - it generates "version 03" ADXs).
Hope that helps. It should be fairly simple to set up on your end. Mouser X over and out.