audio streaming interfaces update

This commit is contained in:
MihailRis
2024-02-29 00:40:03 +03:00
parent 4d15ebb7de
commit ee5ebaf8db
4 changed files with 148 additions and 6 deletions
+2 -1
View File
@@ -5,11 +5,12 @@
namespace audio {
struct PCM;
class Stream;
class PCMStream;
}
namespace ogg {
extern audio::PCM* load_pcm(const std::filesystem::path& file, bool headerOnly);
extern audio::PCMStream* create_stream(const std::filesystem::path& file);
}
#endif // CODERS_OGG_H_