godot/modules/minimp3
Adam Scott 0b815cbb99
Fix leak when using audio samples instead of streams
(cherry picked from commit d3ddce6b88)
2024-09-17 08:57:44 +02:00
..
doc_classes [Doc] Fix some incorrect uses of `a/an` 2024-03-13 21:20:28 +01:00
SCsub Add build option for MP1/MP2 audio format support. 2023-09-30 21:46:59 +02:00
audio_stream_mp3.cpp Fix leak when using audio samples instead of streams 2024-09-17 08:57:44 +02:00
audio_stream_mp3.h Add samples playback support 2024-06-18 11:06:31 -04:00
config.py Add build option for MP1/MP2 audio format support. 2023-09-30 21:46:59 +02:00
register_types.cpp Correctly register editor-only module classes with the API 2023-12-15 18:58:30 +01:00
register_types.h
resource_importer_mp3.cpp Replace error checks against `size` with `is_empty` 2024-02-09 12:50:15 +01:00
resource_importer_mp3.h