Worms 4 Mayhem SAB/SOB files (Xbox)

Codecs, formats, encoding/decoding of game audio, video and music
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Worms 4 Mayhem SAB/SOB files (Xbox)

Post by Mygoshi »

Hi!

I'm asking if there's a way to make those files correctly playable:

.sab is the music, .sob is the attached file

https://mega.co.nz/#!EQojUYzK!_Fh4Vj2DQ ... lOxgKK9zYE

https://mega.co.nz/#!dIhSkJDC!dG1aMVhnL ... bfNy2tMr9o

Thanks!
Last edited by Mygoshi on Thu Feb 18, 2021 9:34 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Worms 4 Mayhem SAB/SOB files (Xbox)

Post by aluigi »

It seems xbox adpcm or ima adpcm (they sound very similar) starting from offset 0x47b8 at 32000hz and interleaved stereo (it must be played as mono and sounds repeating).
When you work with xbox audio files I suggest you to use my xbadpdec tool for the tests:

Code: Select all

xbadpdec -o 0x47b8 -c 1 -f 32000 muconst1.sab play
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Worms 4 Mayhem SAB/SOB files (Xbox)

Post by Mygoshi »

Ok, thanks!