From 313aca54a2e3beee35a83cacc7ccd4e24118372b Mon Sep 17 00:00:00 2001 From: lawl Date: Thu, 17 Dec 2020 10:06:48 +0100 Subject: [PATCH] remove commented out code --- module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.go b/module.go index e621dd4..a9f948c 100644 --- a/module.go +++ b/module.go @@ -186,7 +186,7 @@ func loadSupressor(ctx *ntcontext, inp *device, out *device) error { _, err = c.LoadModule("module-ladspa-sink", fmt.Sprintf(`sink_name=nui_out_ladspa sink_master=nui_out_out_sink `+ `label=noise_suppressor_mono channels=1 plugin=%s control=%d rate=%d`, - /*out.ID,*/ ctx.librnnoise, ctx.config.Threshold /*out.rate*/, 48000)) + ctx.librnnoise, ctx.config.Threshold, 48000)) if err != nil { return err }