Add libclipper, a library to 'smoothly' clip overdriven audio levels

This commit is contained in:
Andreas Eversberg
2018-01-20 15:59:39 +01:00
parent 9197320ee6
commit 3fd0707a3b
6 changed files with 95 additions and 1 deletions

4
src/libclipper/clipper.h Normal file
View File

@@ -0,0 +1,4 @@
void clipper_init(double point);
void clipper_process(sample_t *samples, int length);