Skip to content

Commit

Permalink
normalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosanfilippo committed May 6, 2020
1 parent c41e6f7 commit 7be59e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_sc_suppression_mic.dsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import("suppression.lib");

response = .05; // in seconds
on = checkbox("active");
process(in) = (in : su.phase_invert(dt.sc(2, response, in)) + in) * on + in * (1 - on);
process(in) = (in : su.phase_invert(dt.sc(2, response, in)) + in) / 2 * on + in * (1 - on);

0 comments on commit 7be59e3

Please sign in to comment.