Sound(3) | Library Functions Manual | Sound(3) |
Sound - audio file description.
#include <audio/audiolib.h>
#include <audio/sound.h>
typedef struct
{
. . .
}SoundRec, *Sound;
Do not dereference the members of the SoundRec structure directly. Instead use the access macros.
sound is a Sound, a pointer to a SoundRec structure.
The SoundRec structure describes an audio file.
SoundCloseFile, SoundCreate, SoundFlushFile, SoundOpenFileForReading, SoundOpenFileWriting, SoundReadFile, SoundRewindFile, SoundSeekFile, SoundTellFile, SoundWriteFile.
audiolib - Network Audio System C Language Interface
1.9.4 | sound |