godot/modules/minimp3
reduz d1ddee2258 Implement BPM support
Based on #62896, only implements the BPM support part.

* Implements BPM support in the AudioStreamOGG/MP3 importers.
* Can select BPM/Bar Size and total beats in a song file, as well as edit looping points.
* Looping is now BPM aware
* Added a special importer UI for configuring this.
* Added a special preview showing the audio waveform as well as the playback position in the resource picker.
* Renamed `AudioStream::instance` to `instantiate` for correctness.
2022-07-23 07:31:17 +02:00
..
doc_classes Implement BPM support 2022-07-23 07:31:17 +02:00
audio_stream_mp3.cpp Implement BPM support 2022-07-23 07:31:17 +02:00
audio_stream_mp3.h Implement BPM support 2022-07-23 07:31:17 +02:00
config.py add mp3 import and playback support 2020-12-03 17:51:43 +01:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
resource_importer_mp3.cpp Implement BPM support 2022-07-23 07:31:17 +02:00
resource_importer_mp3.h Implement BPM support 2022-07-23 07:31:17 +02:00
SCsub add mp3 import and playback support 2020-12-03 17:51:43 +01:00