love.audio.getPlaybackDevice

Available since LÖVE 12.0
This function is not supported in earlier versions.

Gets the currently active playback device.

Function

Synopsis

device = love.audio.getPlaybackDevice( )

Arguments

None.

Returns

string device
The name of the current playback device.

See Also


Other Languages