The main header file of the library defining the namespace and basic data types.
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition Audaspace.h:119
#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 class represents a sound source as stream or as buffer which can be read for example by another ...
Definition IReader.h:35
This class represents a type of sound source and saves the necessary values for it.
Definition ISound.h:40
virtual std::shared_ptr< IReader > createReader()=0
Creates a reader for playback of the sound source.
virtual ~ISound()
Destroys the sound.
Definition ISound.h:45