WAV Audio
From XentaxWiki
(Redirected from WaveAudio)
Contents
WAV
- Format Type : Audio
- Endian Order : Little Endian
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:
- Absolute Evil
- Ace Lightning (PC) (*.WAV)
- Aces of World War 1 (PC) (*.WAV)
- Donald Duck: Quack Attack
- Enter the Matrix
- Giana’s Return
- GTA 2 (*.WAV) (PC)
- Insane / 1nsane (PC) (*.WAV)
- JFK Reloaded (PC) (*.WAV)
- Ksiaze i Tchorz / The Prince and the Coward (PC) (*.WAV)
- LBreakoutHD (PC) (*.WAV)
- Lenna's Inception (PC) (*.WAV)
- Little Fighter 2 (PC) (*.WAV)
- Marbles Deluxe (PC) (*.WAV)
- Mat Hoffman's Pro BMX
- Quadrilateral Cowboy (PC) (*.WAV)
- Rigs of Rods (*.WAV) (PC)
- Robin Hood: The Legend of Sherwood (*.WAV) (PC)
- SpongeBob SquarePants: Operation Krabby Patty
- Stuart Little 2
- Super Hexagon (PC) (*.WAV)
- TowerFall Ascension (*.WAV) (PC)
- TowerFall Dark World Expansion (*.WAV) (PC)
- Urban Chaos
- Zenek Zombie
- Many more...