Difference between revisions of "Decoder:decode"

m (grammar)
(Undo revision 23657 by Raidho36 (talk))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 06:16, 8 October 2019

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

Decodes the audio and returns a SoundData object containing the decoded audio data.

Function

Synopsis

soundData = Decoder:decode( )

Arguments

None.

Returns

SoundData soundData
Decoded audio data.

See Also

Other Languages