Function getAudioDeviceNames
Acts as SDL_GetNumAudioDevices(0) and SDL_GetAudioDeviceName(..., 0) which return a name list of available
non-capturing audio devices
const(string[]) getAudioDeviceNames() @trusted;
Returns
names of the available non-capturing audio devices
Throws
dsdl if failed to get the available non-capturing audio devices