Views
Decoder
An object which can gradually decode a sound file.
Contents |
Constructors
love.sound.newDecoder | Attempts to find a decoder for the encoded sound data in the specified file. |
Functions
Decoder:getBits | Returns the number of bits per sample. |
Decoder:getChannels | Returns the number of channels in the stream. |
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. |
Supertypes
See Also