#include <CL_PitchShift.h>
|
| | CL_PitchShift (int chunk, int oversample) |
| |
| | ~CL_PitchShift () override |
| |
| void | setPitchShift (fpreal shift) |
| |
| void | setOversample (int oversample) |
| |
| void | setChunkSize (int chunk) |
| |
| void | reset (fpreal val=0.0) override |
| |
| | CL_SlidingWindow (int size, int overlap) |
| |
| | CL_SlidingWindow (UT_IStream &is) |
| |
| virtual | ~CL_SlidingWindow () |
| |
| void | filterSamples (int n, const fpreal *source, fpreal *dest) |
| |
| void | shiftSamples (int nsource, const fpreal *source, int ndest, fpreal *dest, int shift) |
| |
| void | setOverlap (int overlap) |
| |
| void | resize (int size, int preserve=0) |
| |
| virtual int | maxFilterSamples () |
| |
| virtual void | save (UT_OStream &os) |
| |
| virtual bool | load (UT_IStream &is, int version) |
| |
Definition at line 20 of file CL_PitchShift.h.
| CL_PitchShift::CL_PitchShift |
( |
int |
chunk, |
|
|
int |
oversample |
|
) |
| |
| CL_PitchShift::~CL_PitchShift |
( |
| ) |
|
|
override |
| void CL_PitchShift::setChunkSize |
( |
int |
chunk | ) |
|
| void CL_PitchShift::setOversample |
( |
int |
oversample | ) |
|
The documentation for this class was generated from the following file: