VAG Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 8: Line 8:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// VAG file format  
// VAG file format


4 bytes - magic // "VAGp"
// big endian
 
4 bytes (char) - magic // "VAGp"
4 bytes uint32 - version?  // "3"
4 bytes (uint32) - unknown
4 bytes (uint32) - waveform data size
4 bytes (uint32) - sample rate
</pre>
</pre>
</div>
</div>

Revision as of 12:45, 19 October 2020

VAG


Format Specifications

// VAG file format

// big endian 

4 bytes (char) - magic // "VAGp"
4 bytes uint32 - version?  // "3"
4 bytes (uint32) - unknown
4 bytes (uint32) - waveform data size 
4 bytes (uint32) - sample rate

MultiEx BMS Script

Not written yet.

Notes and Comments

  • This is PlayStation 1 sound file format used in many games.

Games

List of games using this file format: // TODO

Compatible Programs

  • PSXSND
  • strVagEditor
  • vab2vag
  • vag depack
  • vag pack
  • VAGedit
  • vag2wav
  • wav2vag