50 PitchReader(std::shared_ptr<IReader> reader,
float pitch);
58 float getPitch()
const;
64 void setPitch(
float pitch);
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition: Audaspace.h:116
virtual Specs getSpecs() const
Returns the specification of the reader.
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93
Specification of a sound source.
Definition: Specification.h:118
This reader is a base class for all effect readers that take one other reader as input.
Definition: EffectReader.h:35
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
This class reads another reader and changes it's pitch.
Definition: PitchReader.h:32