Koei Tecmo Audio SRSA SRST: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== SRSA, SRST == * ''' Game ''': Hyrule Warriors: Age of Calamity <br> * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order]...")
 
imported>Ikskoks
(Created page with "== SRSA, SRST == * ''' Game ''': Hyrule Warriors: Age of Calamity <br> * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order]...")
(No difference)

Revision as of 11:18, 6 January 2021

SRSA, SRST

  • Game : Hyrule Warriors: Age of Calamity
  • Format Type : Audio
  • Endian Order : Little Endian


Format Specifications

// SRSA file format

// header chunk
4 bytes (char) - magic  // "ASRS"
4 bytes - nulls
4 bytes (uint32) - total file size
4 bytes - nulls

x bytes - KTSR data


// SRST file format

// header chunk
4 bytes (char) - magic  // "TSRS"
4 bytes - nulls
4 bytes (uint32) - total file size
4 bytes - nulls

x bytes - KTSR data

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

  • Foobar + vgmstream plugin (after deleting header and changing extension, see details here.