VAB Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 38: | Line 38: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* | * PlayStation 1 audio files. | ||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 09:07, 22 October 2020
VAB
- Format Type : Audio File
- Endian Order : Little Endian
Format Specifications
// VAB file format // little endian //header 4 bytes (char) - magic // "pBAV" 4 bytes (uint32) - version // "6" 4 bytes (uint32) - VAB ID // "0" 4 bytes (uint32) - file size 2 bytes - reserved 2 bytes (uint16) - number of programs 2 bytes (uint16) - number of tones 2 bytes (uint16) - number of VAGs 1 byte (uint8) - master volume 1 byte (uint8) - master pan 1 byte - flags1 1 byte - flags2 4 bytes - reserved //data x bytes - VAG audio data //TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- PlayStation 1 audio files.
Compatible Programs
- PSXSND
- vab2vag
- vabripper
- VabTool
- VGMTrans