(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
를 반환합니다.