mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
feat: add ogg loader
This commit is contained in:
@@ -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
|
||||
|
||||
2
include/stb/.clang-format
Normal file
2
include/stb/.clang-format
Normal file
@@ -0,0 +1,2 @@
|
||||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
5584
include/stb/stb_vorbis.h
Normal file
5584
include/stb/stb_vorbis.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user