XWB/XSB opening and extraction  
Author Message
Erik Schröder





PostPosted: Game Technologies: Audio / XACT, XWB/XSB opening and extraction Top

Hi,

Is there a way to open only XWB and XSB files without an XAP I have an XWB file which I want to extract data from, but when I open it with XACT it says the project file has 1 or more missing values. What does that mean



Game Technologies: DirectX, XNA, XACT, etc.2  
 
 
Robert Heitkamp - Microsoft





PostPosted: Game Technologies: Audio / XACT, XWB/XSB opening and extraction Top

Wavebank (.xwb) and soundbank (.xsb) files are generated by the XACT GUI from a project file (.xap). The XACT GUI cannot load the generated files, it can only load .xap files.

The binary format of the wavebank file is documented in the header xact2wb.h. Using this header, you can write a tool to parse data from the wavebank.

The binary format of the soundbank file is not documented.