summaryrefslogtreecommitdiff
path: root/modules/minimp3
AgeCommit message (Expand)Author
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-07Add polyphony to Audio Stream Player nodesEllen Poe
2021-08-27Require AudioStream::mix to return the number of frames successfully mixedEllen Poe
2021-07-13Implement the ability to disable classesreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-02-15Fail mp3 loading when attempting to load invalid mp3sEllen Poe
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-07Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-03add mp3 import and playback supportVincent