Difference between revisions of "Decoder:decode"
m (Why it doesn't get displayed?) |
m (Technically it was true, that it decoded to PCM, but this is more clear to users.) |
||
Line 15: | Line 15: | ||
* [[Source:queue]] | * [[Source:queue]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Decodes a chunk of audio data to a SoundData.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|Decoder:decode}} | {{i18n|Decoder:decode}} |
Revision as of 13:22, 7 April 2018
Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Decodes the audio and return SoundData object containing the decoded audio data.
Function
Synopsis
soundData = Decoder:decode( )
Arguments
None.
Returns
SoundData soundData
- Decoded audio data.
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