openal_device_open
PHP function
Edit on GitHub ✎
(PECL openal >= 0.1.0)
Initialize the OpenAL audio layer
Description
openal_device_open([string $device_desc]): resource
Parameters
device_descOpen an audio device optionally specified by
device_desc. Ifdevice_descis not specified the first available audio device will be used.
Return Values
Returns an Open AL(Device) resource on success or false on failure.