Open LunaCapra opened 4 days ago
Implements a part of https://github.com/godotengine/godot-proposals/issues/3307
This allows for reading out metadata/tags bundled along with Ogg Vorbis files, which is useful for attribution, an in-game jukebox and so on.
This also adds get_tags() to AudioStream itself so that extensions for more audio file formats can provide their own tags.
get_tags()
AudioStream
Implements a part of https://github.com/godotengine/godot-proposals/issues/3307
This allows for reading out metadata/tags bundled along with Ogg Vorbis files, which is useful for attribution, an in-game jukebox and so on.
This also adds
get_tags()
toAudioStream
itself so that extensions for more audio file formats can provide their own tags.