home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 May
/
Chip_2000-05_cd1.bin
/
sharewar
/
FFE
/
SOUND.SWG
/
0017_S8SVX.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
1KB
|
29 lines
--------S-8SVX-MG---------------------------
The 8SVX files are IFF files used for digital audio data. The format of
the VHDR block is complete guesswork. These files use Motorola byte
order. The 8SVX file format is fixed to 8-bit mono sample data - at
least GoldWave does not support saving files in any other format than
8-bit mono.
FORMblock [VHDR]
This is the sample information block. The normal size is 20 bytes.
OFFSET Count TYPE Description
0000h 1 dword Sampling rate of digital data in Hz.
This count seems not to be too accurate,
at least GoldWave v2.0 creates different
rates for Wave and 8SVX files.
0004h 4 dword Other data, unknown
FORMblock [BODY]
This block contains the raw sample data, maybe the usual IFF compression
was used. The details of both the compression and the information about
the IFF format are unknown to me.
EXTENSION:IFF
OCCURENCES:PC,Amiga
PROGRAMS:GoldWave
SEE ALSO:IFF,WAVE
VALIDATION: