Scroll to navigation

AuDataFormats(3) Library Functions Manual AuDataFormats(3)

Name

AuDataFormats - audio data formats.

Synopsis

#include <audio/audiolib.h>

Currently, the following data formats are defined: AuFormatULAW8, AuFormatLinearUnsigned8, AuFormatLinearSigned8, AuFormatLinearSigned16MSB, AuFormatLinearUnsigned16MSB, AuFormatSignedLinear16LSB, and AuFormatLinearUnsigned16LSB.

Designates a data format in which samples are stored as 8-bit ulaw values.
Designates a data format in which samples are stored as unsigned 8-bit values.
Designates a data format in which samples are stored as signed 8-bit values.
Designates a data format in which samples are stored as signed 16-bit values, with the most significant byte first.
Designates a data format in which samples are stored as unsigned 16-bit values, with the most significant byte first.
Designates a data format which samples are stored as signed 16-bit values, with the least significant byte first.
Designates a data format which samples are stored as unsigned 16-bit values, with the least significant byte first.

See Also

AuFileFormats.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - misc