WAV Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(49 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Game_Legendary Hunter VR | Game: Legendary Hunter VR]]
== WAV ==
[[Category:Complete_Complete | Status: Complete]]
 
[[Category:Extension_pak | Extension: pak]]
* ''' Format Type ''':   Audio <br>
{{CompactGRAFTOC}}
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>
 
 
=== Format Specifications ===


<div style="border:solid 1px #AAAAAA; padding:4px; background-color:#F9F9F9;">
<i>Format Type:</i> Audio<br />
<i>Extensions:</i> wav<br />
<i>Platforms:</i> <i>unknown</i><br />
<i>Endian Order:</i> Little Endian
</div>
[[Category:Format_Archive | Type: Archive]]
<br /><br />
== Format Specifications ==
<pre>
<pre>
WAV Audio
// WAV Audio file format
</pre>
 
<br /><br />
// little endian
== MultiEx BMS Script ==
 
//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


<pre>Do ;
//data sub-chunk
SavePos FILESTART 0 ;
4 bytes (char) - subchunk ID // "data"
SavePos FILEOFF 0 ;
4 bytes (uint32) - data size
Get DUMMYL Long 0 ;
x bytes - raw sound data
Get FILESIZE Long 0 ;
Math FILESIZE += 8 ;
Log "" FILEOFF FILESIZE 0 0 ;
Math FILESTART += FILESIZE ;
GoTo FILESTART 0 ;
While NotEOF <> 0 ;
</pre>
</pre>


<br /><br />
=== MultiEx BMS Script ===


== Supported Programs ==
Not written yet.<br>


* [[MultiEx Commander|MultiEx Commander]]
=== Notes and Comments ===
* [[Game Extractor|Game Extractor]]
* Winamp
* Windows Media Player


<br />
* These are WAV Audio files.<br>
<br /><br />


== Notes ==
=== Compatible Programs ===  


<i>No additional notes</i>
* Winamp
<br /><br />
* Windows Media Player
[[Category:CE_None | Compression: None]]
== Games ==


=== 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]]
* [[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...
* Many more...
<br /><br />




[[Category:Complete WIP|WAVE Audio]]
[[Category:Platform PC|WAVE Audio]]
[[Category:CE Compressed|WAVE Audio]]
[[Category:Format_Audio | Type: Audio]]
[[Category:Extension_wav | Extension: wav]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]
[[Category:File Format]]

Latest revision as of 20:55, 28 July 2022

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: