diff options
Diffstat (limited to 'lib/rbcodec/dsp/tdspeed.h')
-rw-r--r-- | lib/rbcodec/dsp/tdspeed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbcodec/dsp/tdspeed.h b/lib/rbcodec/dsp/tdspeed.h index 2949c1bee9..84920ac7c2 100644 --- a/lib/rbcodec/dsp/tdspeed.h +++ b/lib/rbcodec/dsp/tdspeed.h @@ -34,6 +34,7 @@ #define STRETCH_MAX (250L * PITCH_SPEED_PRECISION) /* 250% */ #define STRETCH_MIN (35L * PITCH_SPEED_PRECISION) /* 35% */ +#define TDSPEED_NBUFFERS 4 void dsp_timestretch_enable(bool enable); void dsp_set_timestretch(int32_t percent); |