summaryrefslogtreecommitdiff
path: root/modules/ogg/ogg_packet_sequence.cpp
AgeCommit message (Collapse)Author
2022-09-01Change Array arguments to TypedArraykobewi
2022-07-28Rename every instance of "OGG" to "Ogg"DeeJayLSP
2022-07-23Implement BPM supportreduz
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-02-15Fix infinite recursion when seeking Ogg Vorbis fileHaoyu Qiu
2022-01-03Update copyright statements to 2022RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
This is consistent with other constants that include `NO`, such as `PROPERTY_HINT_COLOR_NO_ALPHA`.
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe