#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
double SampleRate
Sample rate type.
Definition Specification.h:115
This reader is a base class for all effect readers that take one other reader as input.
Definition EffectReader.h:36
This is the base class for all resampling readers.
Definition ResampleReader.h:33
virtual void setRate(SampleRate rate)
Sets the sample rate.
ResampleReader(std::shared_ptr< IReader > reader, SampleRate rate)
Creates a resampling reader.
SampleRate m_rate
The target sampling rate.
Definition ResampleReader.h:38
virtual SampleRate getRate()
Retrieves the sample rate.