summaryrefslogtreecommitdiff
path: root/modules/ogg/ogg_packet_sequence.h
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-03initialized member variables in headerzwebb
2022-01-03Update copyright statements to 2022RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe