From d46d8fd413273235432a9c28b6c4b236eea6451c Mon Sep 17 00:00:00 2001 From: Daniele Annese Date: Thu, 2 May 2024 13:10:32 +0200 Subject: [PATCH] T60Examples --- docs/examples/98-t60/t60.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/98-t60/t60.dsp b/docs/examples/98-t60/t60.dsp index 607bcdb..0bc32db 100644 --- a/docs/examples/98-t60/t60.dsp +++ b/docs/examples/98-t60/t60.dsp @@ -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); \ No newline at end of file +process = sms.t60(11,1/sqrt(2)),tau(219.247253417968,1/sqrt(2)),gain(219.247253417968,11); \ No newline at end of file