Parent: XACT Project File Format Layout
Sound Bank
{
Name = string;
File = string;
Xbox File = string;
Windows File = string;
Exclude Cue Names = 1 / 0;
Header File = string;
Bank Last Modified Low = #;
Bank Last Modified High = #;
Header Last Modified High = #;
Header Last Modified Low = #;
// Zero or more clips
Clip
{
}
// Zero or more sounds
Sound
{
}
// Zero or more cues
Cue
{
}
}
| Element | Type | Comment |
|---|---|---|
| Name | String | Name of soundbank |
| File | String | Path to the soundbank file (*.xsb) (deprecated) |
| Xbox File | String | Path to the Xbox format soundbank file (*.xsb) |
| Windows File | String | Path to the Windows format soundbank file (*.xsb) |
| Exclude Cue Names | Boolean 0/1 (default 0) | 0: Include cue names, 1: Exckude cue names |
| Header File | String | Pathname of header file (*.h) |
| Bank Last Modified Low | Number | Date soundbank file last modified |
| Bank Last Modified High | Number | Date soundbank file last modified |
| Header Last Modified Low | Number | Date header file last modified |
| Header Last Modified High | Number | Date header file last modified |
| Clip | Section (zero or more) | Clips stored in the soundbank. Not currently supported. |
| Sound | Section (zero or more) | Sounds stored in the soundbank. |
| Cue | Section (zero or more) | Cues stored in the soundbank. |