summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/tdspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/tdspeed.h')
-rw-r--r--lib/rbcodec/dsp/tdspeed.h1
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 @@
34 34
35#define STRETCH_MAX (250L * PITCH_SPEED_PRECISION) /* 250% */ 35#define STRETCH_MAX (250L * PITCH_SPEED_PRECISION) /* 250% */
36#define STRETCH_MIN (35L * PITCH_SPEED_PRECISION) /* 35% */ 36#define STRETCH_MIN (35L * PITCH_SPEED_PRECISION) /* 35% */
37#define TDSPEED_NBUFFERS 4
37 38
38void dsp_timestretch_enable(bool enable); 39void dsp_timestretch_enable(bool enable);
39void dsp_set_timestretch(int32_t percent); 40void dsp_set_timestretch(int32_t percent);