#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 reader is a base class for all effect readers that take one other reader as input.
Definition EffectReader.h:36
This class reads another reader and changes it's pitch.
Definition PitchReader.h:33
virtual Specs getSpecs() const
Returns the specification of the reader.
float getPitch() const
Retrieves the pitch.
PitchReader(std::shared_ptr< IReader > reader, float pitch)
Creates a new pitch reader.
void setPitch(float pitch)
Sets the pitch.
Specification of a sound source.
Definition Specification.h:119