summaryrefslogtreecommitdiff
path: root/apps/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.h')
-rw-r--r--apps/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.h b/apps/dsp.h
index f87037d368..092a99f052 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -82,7 +82,7 @@ int32_t sound_get_pitch(void);
82void dsp_set_timestretch(int32_t percent); 82void dsp_set_timestretch(int32_t percent);
83int32_t dsp_get_timestretch(void); 83int32_t dsp_get_timestretch(void);
84int dsp_callback(int msg, intptr_t param); 84int dsp_callback(int msg, intptr_t param);
85void dsp_set_compressor(int c_threshold, int c_ratio, int c_gain, 85void dsp_set_compressor(int c_threshold, int c_gain, int c_ratio,
86 int c_knee, int c_release); 86 int c_knee, int c_release);
87 87
88#endif 88#endif