1AuFileFormats(3) Library Functions Manual AuFileFormats(3)
2
3
4
6 AuFileFormats - audio file formats.
7
9 #include <audio/audiolib.h>
10
11 Currently, the following file formats are supported: SoundFileFormat‐
12 Snd, SoundFileFormatVoc, SoundFileFormatWave, SoundFileFormatAiff,
13 SoundFileFormatSvx.
14
15 SoundFileFormatSnd
16 Designates the format used by Sun and NeXT machines. Sup‐
17 ports the AuFormatULAW8, AuFormatLinearUnsigned8 and AuFor‐
18 matLinearSigned16MSB data formats.
19
20 SoundFileFormatVoc
21 Designates the Creative Labs VOC file format. Supports the
22 AuFormatLinearUnsigned8 data format.
23
24 SoundFileFormatWave
25 Designates the Microsoft WAVE file format. Supports the Au‐
26 FormatLinearUnsigned8 and AuFormatLinearSigned16LSB data for‐
27 mats.
28
29 SoundFileFormatAiff
30 Designates the format used by Apple and SGI machines. Sup‐
31 ports the AuFormatLinearSigned8 and AuFormatLinearSigned16MSB
32 data formats.
33
34 SoundFileFormatSvx
35 Designates the format used on Amigas. Supports the AuFormat‐
36 LinearSigned8 data format.
37
39 AuDataFormats.
40
41 audiolib - Network Audio System C Language Interface
42
43
44
45
46 1.9.5 AuFileFormats(3)