This Branch solves the s_device functionality in OpenAL, originally it had none, you can force the engine to use a specific device as sound device.
as information one searches the reference to the sound device the engine gives with "listDevices"
once you know the "number of the device" you input that number after "s_device"
and then you proceed to "s_restart"
internally the engine shutdown the device, and init the new device,and so the sound is restarted using the new device
This Branch solves the s_device functionality in OpenAL, originally it had none, you can force the engine to use a specific device as sound device.
as information one searches the reference to the sound device the engine gives with "listDevices" once you know the "number of the device" you input that number after "s_device" and then you proceed to "s_restart" internally the engine shutdown the device, and init the new device,and so the sound is restarted using the new device