Difference between revisions of "Decoder:decode"
m (Technically it was true, that it decoded to PCM, but this is more clear to users.) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{newin|[[11.0]]|110|type=function}} | {{newin|[[11.0]]|110|type=function}} | ||
− | Decodes the audio and | + | Decodes the audio and returns a [[SoundData]] object containing the decoded audio data. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Latest revision as of 06:16, 8 October 2019
Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Decodes the audio and returns a 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