SOUNDLIB(3x) — NEWS-OS Programmer’s Manual
NAME
soundlib − Description of the sound library, /usr/sony/lib/libsound.a
SYNOPSIS
Functions for sound file access
SFILE∗CreateSoundFile( f_name, sbparam )
SFILE∗OpenSoundFile( f_name )
intReadSoundFile( ptr, size, nitems, sfile )
intWriteSoundFile( ptr, size, nitems, sfile )
intSeekSoundFile( sfile, second, offset )
intCloseSoundFile( sfile )
Functions for sound data conversion
intCheckSbparam( sb_param )
intGetTransFormatLength( oldSB, newSB, oldLength )
intDoTransFormat( oldSB, newSB, oldSound, newSound, oldLength )
voidInitTransFormat()
intGetBaseLength( 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)
NEWS-OSRelease 4.1C