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 ca8a7846a4..2949c1bee9 100644
--- a/lib/rbcodec/dsp/tdspeed.h
+++ b/lib/rbcodec/dsp/tdspeed.h
@@ -39,5 +39,6 @@ void dsp_timestretch_enable(bool enable);
39void dsp_set_timestretch(int32_t percent); 39void dsp_set_timestretch(int32_t percent);
40int32_t dsp_get_timestretch(void); 40int32_t dsp_get_timestretch(void);
41bool dsp_timestretch_available(void); 41bool dsp_timestretch_available(void);
42void tdspeed_move(int i, void* current, void* new);
42 43
43#endif /* _TDSPEED_H */ 44#endif /* _TDSPEED_H */