29 enum class StretcherQuality
56 StretcherQuality m_quality;
61 bool m_preserveFormant;
76 TimeStretchPitchScale(std::shared_ptr<ISound> sound,
double timeRatio,
double pitchScale, StretcherQuality quality,
bool preserveFormant);
81 double getTimeRatio()
const;
86 double getPitchScale()
const;
91 bool getPreserveFormant()
const;
96 StretcherQuality getStretcherQuality()
const;
#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 sound allows a sound to be time-stretched and pitch scaled.
Definition: TimeStretchPitchScale.h:40
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
virtual std::shared_ptr< IReader > createReader()=0
Creates a reader for playback of the sound source.
This sound is a base class for all effect factories that take one other sound as input.
Definition: Effect.h:33