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 84920ac7c2..5f35990375 100644
--- a/lib/rbcodec/dsp/tdspeed.h
+++ b/lib/rbcodec/dsp/tdspeed.h
@@ -40,6 +40,7 @@ void dsp_timestretch_enable(bool enable);
40void dsp_set_timestretch(int32_t percent); 40void dsp_set_timestretch(int32_t percent);
41int32_t dsp_get_timestretch(void); 41int32_t dsp_get_timestretch(void);
42bool dsp_timestretch_available(void); 42bool dsp_timestretch_available(void);
43void dsp_timestretch_init(struct dsp_config *dsp, unsigned int dsp_id) INIT_ATTR;
43void tdspeed_move(int i, void* current, void* new); 44void tdspeed_move(int i, void* current, void* new);
44 45
45#endif /* _TDSPEED_H */ 46#endif /* _TDSPEED_H */