Difference between revisions of "love.sound"

(A link to TESound really doesn't belong here and may confuse users. Link deleted.)
(Added link to page with supported audio formats)
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{#ask: [[Category:Types]] [[parent::love.sound]] [[Concept:Current]]
 
{{#ask: [[Category:Types]] [[parent::love.sound]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
== Functions ==
 
== Functions ==
 
{{#ask: [[Category:Functions]] [[parent::love.sound]] [[Concept:Current]]
 
{{#ask: [[Category:Functions]] [[parent::love.sound]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 +
| format=template
 +
| template=ListingFields
 +
| introtemplate=ListingIntro
 +
| outrotemplate=ListingOutro
 
| ?Description
 
| ?Description
 +
| ?PrettySince
 +
| ?PrettyRemoved
 
}}
 
}}
 
[[Category:Modules]]
 
[[Category:Modules]]
Line 16: Line 28:
 
== See Also ==
 
== See Also ==
 
* [[parent::love]]
 
* [[parent::love]]
 +
* [[Audio Formats]]
  
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.sound}}
 
{{i18n|love.sound}}

Revision as of 21:55, 24 December 2014

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

Types

Decoder An object which can gradually decode a sound file.
SoundData Contains raw audio samples.

Functions

love.sound.newDecoder Attempts to find a decoder for the encoded sound data in the specified file.
love.sound.newSoundData Creates a new SoundData.


See Also

Other Languages