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.2.1R