summaryrefslogtreecommitdiffstats
path: root/modules/minimp3/audio_stream_mp3.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* AudioStreamMP3: Use a LocalVector to store dataDeeJayLSP2024-09-141-1/+1
* MP3: Remove unnecessary memory allocationDeeJayLSP2024-08-231-1/+1
* Add samples playback supportAdam Scott2024-06-181-0/+13
* Implement audio stream playback parameters.Juan Linietsky2024-01-161-0/+7
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change time parameters and variables to double typeDave Palais2022-09-261-6/+6
* Implement BPM supportreduz2022-07-231-2/+23
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix crash when loading an invalid mp3 fileVincent2021-12-011-1/+1
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-0/+2
* Require AudioStream::mix to return the number of frames successfully mixedEllen Poe2021-08-271-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* add mp3 import and playback supportVincent2020-12-031-0/+110