feat: add ogg loader

This commit is contained in:
2026-07-07 09:13:34 +08:00
parent 765f5ca714
commit efd7af2c62
4 changed files with 5632 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ private:
static AudioData load_wav(const std::filesystem::path& path);
static AudioData load_mp3(const std::filesystem::path& path);
static AudioData load_flac(const std::filesystem::path& path);
static AudioData load_ogg(const std::filesystem::path& path);
};
} // namespace Cubed

View File

@@ -0,0 +1,2 @@
DisableFormat: true
SortIncludes: false

5584
include/stb/stb_vorbis.h Normal file

File diff suppressed because it is too large Load Diff