summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libaf/af.h b/libaf/af.h
index 4e9bdeb200..03c825a20e 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -209,6 +209,8 @@ int af_to_ms(int n, int* in, float* out, int rate);
/* Helper function for testing the output format */
int af_test_output(struct af_instance_s* af, af_data_t* out);
+float af_softclip(float a);
+
/** Print a list of all available audio filters */
void af_help(void);