PlayStation 2 BD HD Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== BD, HD == * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div...")
 
imported>Ikskoks
(Created page with "== BD, HD == * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div...")
(No difference)

Revision as of 22:29, 29 December 2020

BD, HD


Format Specifications

// HD file format
// PlayStation 2 Audio

// little endian

// version chunk
4 bytes (char) - creator name // e.g. "IECS"
4 bytes (char) - chunk type   // "sreV"
4 bytes (uint32) - chunk size
2 bytes (uint16) - reserved
1 byte (uint8) - major version  // "1"
1 byte (uint8) - minor version  // "1"

// header chunk
4 bytes (char) - creator name // e.g. "IECS"
4 bytes (char) - chunk type   // "daeH"
4 bytes (uint32) - chunk size
4 bytes (uint32) - total header size
4 bytes (uint32) - body size

MultiEx BMS Script

Not written yet.

Notes and Comments

  • PlayStation 2 Audio files.

Compatible Programs

  • Awave Studio
  • VGMTrans