Audaspace
1.3.0
A high level audio library.
|
Go to the documentation of this file.
38 std::shared_ptr<ISound> m_sound1;
43 std::shared_ptr<ISound> m_sound2;
55 Double(std::shared_ptr<ISound> sound1, std::shared_ptr<ISound> sound2);
This sound plays two other factories behind each other.
Definition: Double.h:33
This class represents a type of sound source and saves the necessary values for it.
Definition: ISound.h:40
Double(std::shared_ptr< ISound > sound1, std::shared_ptr< ISound > sound2)
Creates a new double sound.
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.
#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