31 #include "soundprovider.h" 32 #include "../../Core/IOData/file_system.h" 39 class InputSourceProvider;
40 class SoundProvider_Wave_Impl;
76 std::shared_ptr<SoundProvider_Wave_Impl> impl;
Sound provider.
Definition: soundprovider.h:45
I/O Device interface.
Definition: iodevice.h:49
friend class SoundProvider_Wave_Session
Definition: soundprovider_wave.h:78
Virtual File System (VFS).
Definition: file_system.h:46
virtual ~SoundProvider_Wave()
SoundProvider_Wave(const std::string &filename, const FileSystem &fs, bool stream=false)
Constructs a sound provider based on a Windows wave (.wav) file.
Sound provider playback session.
Definition: soundprovider_session.h:45
virtual SoundProvider_Session * begin_session() override
Called by SoundBuffer when a new session starts.
virtual void end_session(SoundProvider_Session *session) override
Called by SoundBuffer when a session has finished. After this call,.
Windows WAVE sample format (.wav) sound provider.
Definition: soundprovider_wave.h:43