An object which can gradually decode a sound file.
love.sound.newDecoder | Attempts to find a decoder for the encoded sound data in the specified file. |
Decoder:getBitDepth | Returns the number of bits per sample. | 0.9.0 | |
Decoder:getBits | Returns the number of bits per sample. | 0.9.0 | |
Decoder:getChannels | Returns the number of channels in the stream. | ||
Decoder:getDuration | Gets the duration of the sound file. | 0.10.0 | |
Decoder:getSampleRate | Returns the sample rate of the Decoder. | ||
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Decoder