Audaspace
1.3.0
A high level audio library.
|
virtual SampleRate getRate()
Retrieves the sample rate.
double SampleRate
Sample rate type.
Definition: Specification.h:106
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.
This reader is a base class for all effect readers that take one other reader as input.
Definition: EffectReader.h:36
#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
SampleRate m_rate
The target sampling rate.
Definition: ResampleReader.h:38