32 #include "../api_sound.h"
33 #include "soundprovider.h"
34 #include "../../Core/IOData/file_system.h"
41 class InputSourceProvider;
42 class SoundProvider_Wave_Impl;
57 const std::string &filename,
62 const std::string &fullname,
90 std::shared_ptr<SoundProvider_Wave_Impl> impl;
92 friend class SoundProvider_Wave_Session;
Sound provider.
Definition: soundprovider.h:46
I/O Device interface.
Definition: iodevice.h:51
Virtual File System (VFS).
Definition: file_system.h:48
Sound provider playback session.
Definition: soundprovider_session.h:46
Windows WAVE sample format (.wav) sound provider.
Definition: soundprovider_wave.h:45