WAV
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Clarified that WAV is not necessarily (only usually) uncompressed. Added references and relationships) |
||
Line 14: | Line 14: | ||
}} | }} | ||
− | '''WAV''', an uncompressed | + | '''WAV''' is a widely used audio format, orginally developed by Microsoft and IBM and based on the [[RIFF]] wrapper format. The usual audio encoding in a .wav file is [[LPCM]], considered an 'uncompressed' encoding. Because of large file sizes, WAV is not well-suited for distributing audio such as songs or podcasts. WAV is used in MS-Windows to store sounds used in applications. It is also used as an archival format for first-generation (master) files, often with a metadata chunk as specified in the Broadcast Wave ([[BWF]]) standard. |
− | + | ||
See Also: ''[[WAV_(Applications)|List of applications known to use .WAV]]'' | See Also: ''[[WAV_(Applications)|List of applications known to use .WAV]]'' | ||
+ | |||
+ | == References == | ||
+ | * [http://en.wikipedia.org/wiki/WAV WAV : Wikipedia] | ||
+ | * [http://www.digitalpreservation.gov/formats/fdd/fdd000001.shtml WAVE Audio File Format, from Library of Congress resource on Sustainability of Digital Formats] |
Revision as of 18:43, 14 November 2012
File Formats | > | Electronic File Formats | > | Audio | > | WAV |
WAV is a widely used audio format, orginally developed by Microsoft and IBM and based on the RIFF wrapper format. The usual audio encoding in a .wav file is LPCM, considered an 'uncompressed' encoding. Because of large file sizes, WAV is not well-suited for distributing audio such as songs or podcasts. WAV is used in MS-Windows to store sounds used in applications. It is also used as an archival format for first-generation (master) files, often with a metadata chunk as specified in the Broadcast Wave (BWF) standard.
See Also: List of applications known to use .WAV