GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AuDataFormats(3) FreeBSD Library Functions Manual AuDataFormats(3)

AuDataFormats - audio data formats.

#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.

AuFileFormats.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - misc

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.