Hi all! Recently I got the idea to unpack the sounds .audiopkg of the game Area 51. For the PC version this is easily implemented, since it uses regular mp3. However, for the console version of the game, namely xbox, everything is implemented differently, the sound format there, judging by the source code, is XBOX ADPCM or IMA ADPCM, I don’t know how to deal with this, can anyone give advice or help? Also, trying to import sounds into Goldwave or Audacity didn't bring much success, only VOX ADPCM was able to get me a little closer to success, but the sound turned out to be very distorted.
I have attached in the files a piece of the source code of the game sounds and the sounds themselves, from the PC and xbox versions, for comparison and understanding.
Also FULL game source code: https://github.com/ProjectDreamland/area51
Answering the question: why do I want to unpack console assets if I can unpack PC assets? The console version has a lot of cut content, including music.
area 51 audio research.zip