godot/modules/vorbis
Juan Linietsky 6a87cdf6d2 Disable OGG and MP3 looping by default on import
* From Godot 4.0 onwards, proper music looping is supported which requires setting the BPM and then the loop point in beats.
* As such, importing with loop by default does not serve much of a purpose. Its annoying to disable for SFX or clips that do not loop and it also requires manual intervention to loop music.
* This way, it should work out of the box for any sound effect or non looping audio clip, and manual work is required anyway for looping music.
2023-01-22 15:45:45 +01:00
..
doc_classes Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
audio_stream_ogg_vorbis.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_ogg_vorbis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_ogg_vorbis.cpp Disable OGG and MP3 looping by default on import 2023-01-22 15:45:45 +01:00
resource_importer_ogg_vorbis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Replace stb_vorbis with libogg+libvorbis 2021-09-09 19:39:04 -07:00