Difference between revisions of "love.sound"

m (Added a 'See Also' link to TEsound)
m
Line 12: Line 12:
 
}}
 
}}
 
[[Category:Modules]]
 
[[Category:Modules]]
{{#set:Description=This module is responsible for decoding sound files.  
+
{{#set:Description=This module is responsible for decoding sound files.}}
}}
+
{{#set:Since=000}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love]]
 
* [[parent::love]]

Revision as of 00:26, 21 May 2011

This module is responsible for decoding sound files. It can't play the sounds, see love.audio for that.

Types

DecoderAn object which can gradually decode a sound file.
SoundDataContains raw audio samples.

Functions

love.sound.newDecoderAttempts to find a decoder for the encoded sound data in the specified file.
love.sound.newSoundDataCreates a new SoundData.


See Also

  • love
  • TEsound - A sound manager which makes it easier to use sound effects and music

Other Languages