1
0
Fork 0
godot/modules/vorbis
Rémi Verschelde 4396f8fbd3 Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams
Move OggVorbis and MP3 loading code to their AudioStream class, matching how it's done for WAV.

The duplicate functions in ResourceImporterOggVorbis are now deprecated.

Co-authored-by: MaxIsJoe <34368774+MaxIsJoe@users.noreply.github.com>
2025-01-09 15:46:04 +01:00
..
doc_classes Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams 2025-01-09 15:46:04 +01:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
audio_stream_ogg_vorbis.cpp Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams 2025-01-09 15:46:04 +01:00
audio_stream_ogg_vorbis.h Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams 2025-01-09 15:46:04 +01:00
config.py
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_ogg_vorbis.cpp Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams 2025-01-09 15:46:04 +01:00
resource_importer_ogg_vorbis.h Add AudioStreamMP3 `load_from_file`/`load_from_buffer` and harmonize other audio streams 2025-01-09 15:46:04 +01:00