Difference between revisions of "File format:Wav"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
Uwe Hermann (talk | contribs) m |
||
Line 30: | Line 30: | ||
* [https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ stanford.edu: WAVE PCM soundfile format] | * [https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ stanford.edu: WAVE PCM soundfile format] | ||
__NOTOC__ | |||
[[Category:File format]] | [[Category:File format]] |
Revision as of 00:24, 2 August 2014
Name | Waveform audio |
---|---|
Status | supported |
Source code (in) | wav.c |
Source code (out) | wav.c |
Common extension(s) | .wav |
MIME type | audio/vnd.wave |
ASCII format | no |
Compression | none |
Website | wikipedia.org |
wav is a binary file format generally used for storing audio data.
Format
See Wikipedia, www-mmsp.ece.mcgill.ca or one of many other resources for a file format overview.
Properties
- The maximum file size is limited to 4GB (uint32_t used for the file size header field).