Skip to content

Commit

Permalink
T60Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-gsp-nns committed May 2, 2024
1 parent e9b7574 commit d46d8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/98-t60/t60.dsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import("../../../src/seam.lib");
tau(t60,g) = (-20*log10(abs(g))*t60)/60;
gain(t60,t) = 10^((60*t)/(-20*t60));
process = sms.t60(11,1/sqrt(2)),tau(1,1/sqrt(2)),gain(1,11);
process = sms.t60(11,1/sqrt(2)),tau(219.247253417968,1/sqrt(2)),gain(219.247253417968,11);

0 comments on commit d46d8fd

Please sign in to comment.