aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2020-12-17 10:06:48 +0100
committerlawl <github@dumbinter.net>2020-12-17 10:06:48 +0100
commit313aca54a2e3beee35a83cacc7ccd4e24118372b (patch)
tree15abd4d3d95e6d9ac89b144ca07990efb833f357
parentda9370e9833f89d29df05869fc9dfcdf7dd78595 (diff)
downloadnoisetorch-313aca54a2e3beee35a83cacc7ccd4e24118372b.tar.gz
noisetorch-313aca54a2e3beee35a83cacc7ccd4e24118372b.zip
remove commented out code
-rw-r--r--module.go2
1 files changed, 1 insertions, 1 deletions
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
}