ChaiLove API
0.28.0
|
This module is responsible for decoding sound files. More...
Public Member Functions | |
Types::Audio::SoundData * | newSoundData (const std::string &filename) |
Creates a new SoundData. More... | |
This module is responsible for decoding sound files.
It can't play the sounds, see love.audio for that.
Types::Audio::SoundData* love::sound::newSoundData | ( | const std::string & | filename | ) |
Creates a new SoundData.
Supported file types include:
filename | The file name of the file to load. |