©
This document uses PHP Chinese website manual Release
(PECL openal >= 0.1.0)
openal_buffer_loadwav — Load a .wav file into a buffer
$buffer
, string $wavfile
)buffer
An Open AL(Buffer) resource (previously created by openal_buffer_create() ).
wavfile
Path to .wav file on local file system.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。