Difference between revisions of "love.sound"

(Added link to page with supported audio formats)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
사운드 파일을 읽어들이는 모듈입니다.  
+
This module is responsible for decoding sound files.  
이 모듈은 사운드를 실제로 재생하지는 못합니다. [[love.audio (한국어)]]를 참조하세요.
+
It can't play the sounds, see [[love.audio]] for that.
== 타입 ==
+
== Types ==
{{#ask: [[Category:Types]] [[parent::love.sound (한국어)]] [[Concept:Current]]
+
{{#ask: [[Category:Types]] [[parent::love.sound]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| format=template
 
| format=template
Line 12: Line 12:
 
| ?PrettyRemoved
 
| ?PrettyRemoved
 
}}
 
}}
== 함수 ==
+
== Functions ==
{{#ask: [[Category:Functions]] [[parent::love.sound (한국어)]] [[Concept:Current]]
+
{{#ask: [[Category:Functions]] [[parent::love.sound]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| format=template
 
| format=template
Line 24: Line 24:
 
}}
 
}}
 
[[Category:Modules]]
 
[[Category:Modules]]
{{#set:Description=사운드 파일을 읽어들이는 모듈입니다.}}  
+
{{#set:Description=This module is responsible for decoding sound files.}}  
 
{{#set:Since=000}}
 
{{#set:Since=000}}
== 같이 보기 ==
+
== See Also ==
* [[parent::love (한국어)]]
+
* [[parent::love]]
 +
* [[Audio Formats]]
  
== 다른 언어 ==
+
== 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