|
NAMEAU —
agar audio interface
SYNOPSIS#include <agar/au.h> DESCRIPTIONThe Agar-AU library provides a portable interface to audio hardware and manipulation of digital audio streams. It aims to accomodate the constraints of real-time audio playback, as well as the high-quality requirements of offline rendering.The typical usage involves first opening an output audio stream (an AU_DevOut(3) object), using AU_OpenOut(3), with a specified sample rate and number of output channels (subject to the limitations of the output device, where applicable). Output devices may also have any number of associated virtual channels. In a multithreaded application, in order that the
INITIALIZATIONintAU_InitSubsystem (void);
The SEE ALSOAU_DevOut(3), AU_Wave(3)HISTORYTheAU library first appeared in Agar 1.4.2.
Visit the GSP FreeBSD Man Page Interface. |