(PECL openal >= 0.1.0)
openal_buffer_loadwav — Load a .wav file into a buffer
$buffer
, string $wavfile
): boolbuffer
An Open AL(Buffer) resource (previously created by openal_buffer_create()).
wavfile
Path to .wav file on local file system.
Returns true
on success or false
on failure.