audio streaming interfaces update
This commit is contained in:
+2
-1
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user