Type Number Library audio.* Revision Current Public Release (2018.3326) Keywords audio, channels, free channels See also audio.findFreeChannel() audio.play() audio.reserveChannels()
This property is equal to the number of channels that are currently available for playback (channels not playing or paused).
audio.freeChannels |
local result = audio.freeChannels print ( result ) |