Raw audio format
From Wikipedia, the free encyclopedia
| This article is in need of attention from an expert on the subject. WikiProject Computing may be able to help recruit one. (April 2009) |
RAW Audio format or just RAW Audio is a computer format for storing uncompressed audio in raw form. Comparable to WAV or AIFF in size, RAW Audio file does not include any header information (sampling rate, bit depth, endian, or number of channels). Data can be written in PCM, IEEE 754 or ASCII.[citation needed]
Contents |
Extensions
The most typical extension is .raw or .pcm. It can be also without extension.
Playing
As there is no header, compatible audio players require information from the user that would normally be stored in a header.