HomeForumsWhat's newResources 
 
 
Audio files
eidrian - Jan 5, 2003
 eidrian Jan 5, 2003
Hello, i've been trying to change the music on several Saturn games, but i've found these *.ADP files that won't open with anything, not even Cinepack.

If someone please give me some info about this files i will appreciate it. OH! The game is Xmen vs StreetFighter.

Thanks.

 vreuzon Jan 5, 2003
Music can be stored as cd audio tracks, or in this ADP format, which contains midi-like sequences and instruments definitions.

As you can guess, adp files can not be changed as easily as cd audio tracks because of the format itselfs (non-standard , dedicaded to the saturn hardware) and because you can't be sure about the way the structure is handled in the program loading the structure (esp. expected array sizes).

But it is certainly possible. Tools exist for this purpose (mac only). Checking the "new game" thread in dev central will provide you some links. You should read the "sound tutorial" in the "sgl tutorial" too which you can find in antime's page...

http://www.helsinki.fi/~ammonton/sega/...

Hope this will help

 eidrian Jan 5, 2003
Thanks, i'll check it out.

 eidrian Jan 5, 2003
I tried a WAV2ADP and changed the files succesfully, but i get static.. ~_~

What is this ADP format on SS?? It's tricky..

 Taelon Jan 6, 2003
Hmm, if the ADP format supports 16-bit audio - that is, 2 bytes for each sample on each channel - the byte order might be the opposite of what it is under Windows. Little-endian vs. big-endian format.

Just a thought...

 Vic Viper Jan 9, 2003
That files are ADPCM streams. I don't know if anyone made a program to read WAV data out of them ... Maybe you want to get a CPS2 emulator and dump the sound output as WAV.

The music on the ADPCM files are just digitized audio from a real CPS2 board.

 Taelon Jan 10, 2003
If a CPS2 emulator can render game sounds to WAV files, then maybe that emulator's programmer can help you with converting the ADP files directly...

 Nemesis Jan 11, 2003
The ADPCM format just contains raw PCM data in a compressed format. There should be heaps of utilities out there to convert readily between the formats. Here's the first one I found when I did a search:

http://download.com.com/3000-2140-10172962.html?ta...

 eidrian Mar 6, 2003
It's been so long, and yet no results. I'll try to convert the audio files i want to ADCPM and add them to the iso. Let's see if this works..

Anyone care to help me with this? I can upload a file for you to check what kind of file is it. Since it's something i'm not really keen on deciphering. ~_~

Thanks to all.