40 std::shared_ptr<ISound> m_sound1;
45 std::shared_ptr<ISound> m_sound2;
57 Modulator(std::shared_ptr<ISound> sound1, std::shared_ptr<ISound> sound2);
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition: Audaspace.h:116
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93
This sound plays two other factories, playing them the same time and modulating/multiplying them...
Definition: Modulator.h:34
This class represents a type of sound source and saves the necessary values for it.
Definition: ISound.h:39
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
virtual std::shared_ptr< IReader > createReader()=0
Creates a reader for playback of the sound source.