@database SFX

(C) Copyright 1993-1996 Stefan Kost
All Rights Reserved

@Remark $VER: RAW.guide (26.11.95)
@Remark AmigaGuide-OnLine-Help for SoundFX

@master /guides/sfx.guide
@index /guides/sfx-index.guide/index

@node main "Saver : RAW"

Saver : RAW
-----------

Description :
	saves only the 'raw' sounddata
	incl.	8/16 bit Samples
		signed/unsigned/ULAW-RAW
		endian-conversion
	A RAW sample really isn't a format. It's 'raw' sound data. This is an
	advantage in one way as it's easy to handle. The downside is that no
	other information but the sample itself is saved (no loop points,bit
	resolution...). SFX at least trys to scans the sample for signature
	and bit resolution.

Prefs :
	Bits   : should the sample be saved as an 8- or 16-bit sample.
	Type   : save the Sample as a signed, unsigned or ULAW sample.
		 signed   : AMIGA, SGI
		 unsigned : MAC, ST, PC
		 ULAW	  : SUN/NEXT (compression 8bit->16bit)
	Endian : should SFX convert to PC saved (wrong order) 16 bit.
@endnode
