32 #include "../api_sound.h"
33 #include "soundprovider.h"
40 class SoundProvider_Raw_Impl;
61 int frequency = 22050);
84 std::shared_ptr<SoundProvider_Raw_Impl> impl;
86 friend class SoundProvider_Raw_Session;
Sound provider.
Definition: soundprovider.h:46
Sound provider in a raw PCM format (no header in file).
Definition: soundprovider_raw.h:43
Sound provider playback session.
Definition: soundprovider_session.h:46