RAW (Audio)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| m |  (fixed link) | ||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
| |formattype=electronic | |formattype=electronic | ||
| |subcat=Audio and Music | |subcat=Audio and Music | ||
| − | |extensions={{ext|pcm}}, {{ext|raw}} | + | |extensions={{ext|pcm}}, {{ext|raw}}, {{ext|bin}} | 
| }} | }} | ||
| Line 14: | Line 14: | ||
| ==Resources== | ==Resources== | ||
| − | * [http://www. | + | * [https://web.archive.org/web/20160325174925/http://www.fmtz.com/misc/raw-audio-file-formats Raw Audio File Formats Information] | 
Latest revision as of 19:37, 6 September 2023
[edit] Overview
Raw Audio is a class of file formats, mostly binary, for storing uncompressed audio. It is not a well-defined format and usually lacks any header information. The audio is often stored in a LPCM coded raw form with various bit depth, byte order, sample rate and number of channels. Multiple channels can be stored in an interleaved or planar (one channel at a time) way.
[edit] Software
RAW Audio can be decoded with the following applications:
- Audacity (Import -> Raw Data...)
- Steinberg WaveLab (Open -> Import special Audio file...)

