# HG changeset patch # User alex # Date 1107171788 0 # Node ID 637fbaa8f56c01c2d928e2d1dffe3abd5c8ee121 # Parent 0293cab15c039606e162dd54ad0d784b042723ac af_softclip diff -r 0293cab15c03 -r 637fbaa8f56c libaf/af.h --- a/libaf/af.h Mon Jan 31 11:34:49 2005 +0000 +++ b/libaf/af.h Mon Jan 31 11:43:08 2005 +0000 @@ -209,6 +209,8 @@ /* 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);