Difference between revisions of "love.sound (简体中文)"

(Created page with "这个模块负责解码声音文件。 它不能播放声音,如需播放声音,请参考 love.audio 。 == Types == {{#ask: Category:Types parent::love.sound...")
 
(Fixed parent)
 
Line 27: Line 27:
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== See Also ==
 
== See Also ==
* [[parent::love]]
+
* [[parent::love (简体中文)]]
 
* [[Audio Formats]]
 
* [[Audio Formats]]
  
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.sound}}
 
{{i18n|love.sound}}

Latest revision as of 19:34, 16 October 2015

这个模块负责解码声音文件。 它不能播放声音,如需播放声音,请参考 love.audio

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