Difference between revisions of "love.sound"
m |
m (Add PrettyDeprecated) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | This module is responsible for decoding sound files. | |
− | + | It can't play the sounds, see [[love.audio]] for that. | |
− | == | + | == Types == |
− | {{#ask: [[Category:Types]] [[parent::love.sound | + | {{#ask: [[Category:Types]] [[parent::love.sound]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| format=template | | format=template | ||
Line 11: | Line 11: | ||
| ?PrettySince | | ?PrettySince | ||
| ?PrettyRemoved | | ?PrettyRemoved | ||
+ | | ?PrettyDeprecated | ||
}} | }} | ||
− | == | + | == Functions == |
− | {{#ask: [[Category:Functions]] [[parent::love.sound | + | {{#ask: [[Category:Functions]] [[parent::love.sound]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| format=template | | format=template | ||
Line 22: | Line 23: | ||
| ?PrettySince | | ?PrettySince | ||
| ?PrettyRemoved | | ?PrettyRemoved | ||
+ | | ?PrettyDeprecated | ||
}} | }} | ||
− | |||
− | |||
− | |||
[[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]] | ||
+ | * [[Audio Formats]] | ||
− | == | + | == Other Languages == |
{{i18n|love.sound}} | {{i18n|love.sound}} |
Latest revision as of 11:48, 19 June 2019
This module is responsible for decoding sound files. It can't play the sounds, see love.audio for that.
Contents
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info