soundlib(3x) MISC. REFERENCE MANUAL PAGES soundlib(3x)
NAME
soundlib - library functions in /usr/lib/libsound.a
SYNTAX
Functions for sound file access
SFILE *CreateSoundFile( fname, sbparam )
SFILE *OpenSoundFile( fname )
int ReadSoundFile( ptr, size, nitems, sfile )
int WriteSoundFile( ptr, size, nitems, sfile )
int SeekSoundFile( sfile, second, offset )
int CloseSoundFile( sfile )
Functions for sound data conversion
int CheckSbparam( sbparam )
int GetTransFormatLength( oldSB, newSB, oldLength )
int DoTransFormat( oldSB, newSB, oldSound, newSound, oldLength )
void InitTransFormat()
int GetBaseLength( oldSB, newSB )
SEE ALSO
CreateSoundFile(3x), OpenSoundFile(3x), ReadSoundFile(3x),
WriteSoundFile(3x), SeekSoundFile(3x), CloseSoundFile(3x),
CheckSbparam(3x), GetTransFormatLength(3x),
DoTransFormat(3x), InitTransFormat(3x), GetBaseLength(3x),
sound(4)
1