WAV Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 48: Line 48:
=== Games===
=== Games===
List of games using this file format:
List of games using this file format:
* [[Urban Chaos]]
* Absolute Evil
* [[Stuart Little 2]]
* [[Donald Duck: Quack Attack]]
* [[Enter the Matrix]]
* [[Giana’s Return]]
* Insane / 1nsane (PC) (*.WAV)
* [[Mat Hoffman's Pro BMX]]
* [[Mat Hoffman's Pro BMX]]
* [[SpongeBob SquarePants: Operation Krabby Patty]]
* [[SpongeBob SquarePants: Operation Krabby Patty]]
* [[Enter the Matrix]]
* [[Stuart Little 2]]
* [[Giana’s Return]]
* [[Urban Chaos]]
* [[Donald Duck: Quack Attack]]
* Absolute Evil
* Zenek Zombie
* Zenek Zombie
* Many more...
* Many more...

Revision as of 22:33, 25 September 2021

WAV


Format Specifications

// WAV Audio file format

// little endian

//RIFF chunk
4 bytes (char) - chunk ID // "RIFF"
4 bytes (uint32) - chunk size
4 bytes (char) - format // "WAVE"

//fmt sub-chunk
4 bytes (char) - subchunk ID // "fmt "
4 bytes (uint32) - subchunk size
2 bytes (uint16) - audio format // "1"
2 bytes (uint16) - number of channels 
4 bytes (uint32) - sample rate
4 bytes (uint32) - byte rate
2 bytes (uint16) - block align // "2"
2 bytes (uint16) - bits per sample

//data sub-chunk
4 bytes (char) - subchunk ID // "data"
4 bytes (uint32) - data size
x bytes - raw sound data

MultiEx BMS Script

Not written yet.

Notes and Comments

  • These are WAV Audio files.

Compatible Programs

  • Winamp
  • Windows Media Player

Games

List of games using this file format: