40 class InputSourceProvider;
41 class SoundProviderType;
55 static std::unique_ptr<SoundProvider>
load(
63 static std::unique_ptr<SoundProvider>
load(
69 static std::unique_ptr<SoundProvider>
load(
I/O Device interface.
Definition: iodevice.h:49
Virtual File System (VFS).
Definition: file_system.h:46
static std::unique_ptr< SoundProvider > load(const std::string &filename, bool streamed, const FileSystem &fs, const std::string &type=std::string())
Loads an sample file from 'filename', using the provider identified by 'type'.
Sound Provider Factor class.
Definition: soundprovider_factory.h:46