Introduce getPreferredStartPad(), deprecate getLatency() and replace with getStartDelay(); document and test both

This commit is contained in:
Chris Cannam
2022-07-05 17:53:36 +01:00
parent 31984af826
commit 72654b04ea
8 changed files with 255 additions and 70 deletions

View File

@@ -62,7 +62,8 @@ public:
double getTimeRatio() const;
double getPitchScale() const;
size_t getLatency() const;
size_t getPreferredStartPad() const;
size_t getStartDelay() const;
void setTransientsOption(RubberBandStretcher::Options);
void setDetectorOption(RubberBandStretcher::Options);