AuDataFormats (3)
Leading comments
$NCDId: @(#)AuDataFr.man,v 1.1 1994/09/27 00:25:19 greg Exp $ copyright 1994 Steven King portions are * Copyright 1993 Network Computing Devices, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name Network Computing...
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.
- AuFormatULAW8
- Designates a data format in which samples are stored as 8-bit ulaw values.
- AuFormatLinearUnsigned8
- Designates a data format in which samples are stored as unsigned 8-bit values.
- AuFormatLinearSigned8
- Designates a data format in which samples are stored as signed 8-bit values.
- AuFormatLinearSigned16MSB
- Designates a data format in which samples are stored as signed 16-bit values, with the most significant byte first.
- AuFormatLinearUnsigned16MSB
- Designates a data format in which samples are stored as unsigned 16-bit values, with the most significant byte first.
- AuFormatSignedLinear16LSB
- Designates a data format which samples are stored as signed 16-bit values, with the least significant byte first.
- AuFormatLinearUnsigned16LSB
- 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