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