(PECL openal >= 0.1.0)
Initialize the OpenAL audio layer
resource openal_device_open ([ string $device_desc ] )
Parameters:
device_desc
Open an audio device optionally specified by device_desc
. If device_desc
is not specified the first available audio device will be used.
Returns:
Returns an Open AL(Device) resource on success or FALSE
on failure.
See also:
Please login to continue.