SOUNDLIB(3x) — NEWS-OS Programmer’s Manual
名称
soundlib − サウンド用ライブラリ /usr/sony/lib/libsound.a の解説
形式
サウンドファイルアクセス用関数
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 )
サウンドデータ変換用関数
intCheckSbparam( sb_param )
intGetTransFormatLength( oldSB, newSB, oldLength )
intDoTransFormat( oldSB, newSB, oldSound, newSound, oldLength )
voidInitTransFormat()
intGetBaseLength( oldSB, newSB )
関連事項
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