43 std::shared_ptr<AnimateableProperty> m_timeStretch;
48 std::shared_ptr<AnimateableProperty> m_pitchScale;
65 std::shared_ptr<AnimateableProperty> pitchScale, StretcherQuality quality,
bool preserveFormant);
67 virtual void read(
int& length,
bool& eos,
sample_t* buffer)
override;
69 virtual void seek(
int position)
override;
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition: Audaspace.h:116
The TimeStretchPitchScaleReader class.
virtual void seek(int position)
Seeks to a specific position in the source.
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93
This class reads from another reader and applies time-stretching and pitch scaling.
Definition: TimeStretchPitchScaleReader.h:38
The AnimateableTimeStretchPitchScale class.
float sample_t
Sample type.(float samples)
Definition: Audaspace.h:126
This class reads from another reader and applies time-stretching and pitch scaling with support for a...
Definition: AnimateableTimeStretchPitchScaleReader.h:32
virtual void read(int &length, bool &eos, sample_t *buffer)
Request to read the next length samples out of the source.
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119