45 PingPong(std::shared_ptr<ISound> sound);
This sound plays another sound first normal, then reversed.
Definition: PingPong.h:33
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93
virtual std::shared_ptr< IReader > createReader()=0
Creates a reader for playback of the sound source.
This sound is a base class for all effect factories that take one other sound as input.
Definition: Effect.h:33