|
How to convert DC *.ADX sound files back to one *.AFS sound file?
They are used in Metropolis Street Racer for e.g..
These are a few *.ADX Dreamcast sound files packed in one *.AFS sound file.
If I want to downsample the *.ADX audio files, I had to extract the *.AFS file into the different *.ADX files using AFS Extractor ver.0.3.
Then I got a few *.ADX files.
Now I had to convert the *.ADX files to *.WAV files using ADX2WAV.
Then I use COOL EDIT 2K to downsample the audio files to fit it on a CD-R.
Now I use WAV2ADX to convert the *.WAV files back to *.ADX files.
This all works fine, but now I have to convert the*.ADX files to back to one *.AFS file, and that's where the troubles begin.
I use AFSLNK to do this, typing the following commands in a DOS box:
1. Step: Make a list of all *.adx files in the dir which should be combine back to one *.afs file
dir /b /o /s *.adx>[name of the list]
2. Step: Convert the *.adx files back to one *.afs file:
AFSLNK [name of the list] [name of the new *.afs file]
but it doesn't work. Is there another way, better another programm to do this?
Please help, THX
|