wav files streaming
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
|
||||
namespace audio {
|
||||
struct PCM;
|
||||
class PCMStream;
|
||||
}
|
||||
|
||||
namespace wav {
|
||||
extern audio::PCM* load_pcm(const std::filesystem::path& file, bool headerOnly);
|
||||
extern audio::PCMStream* create_stream(const std::filesystem::path& file);
|
||||
}
|
||||
|
||||
#endif // CODERS_WAV_H_
|
||||
|
||||
Reference in New Issue
Block a user