Table Tennis - .xwb/.xma(.wav) problem

Codecs, formats, encoding/decoding of game audio, video and music
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Table Tennis - .xwb/.xma(.wav) problem

Post by AnonBaiter »

So I have the .xwb file. And the extracted .wav file using unxwb:

Code: Select all

- open file         E:\ROCKSTAR_LEL\ROCKSTAR_GAMES_PRESENTS_TABLE_TENNIS\Xbox360\assets\audio\X360Banks\femusic_01.xwb
- the tool will try to add a header to the extracted files

  length      fmt   freq c b  filename
=====================================================================
  1419264     XMA  22050 1 16 00000000.wav

- finished (1 files)

Now the file itself seems like it has the XMA2 codec, or maybe XMA1, but I don't know how to parse it.

Any suggestions?