aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2021-01-12 19:01:05 +0100
committerlawl <github@dumbinter.net>2021-01-12 19:01:05 +0100
commitb747084bb0a033e10f55058b73b06238a666d8ae (patch)
tree7112e02407a5ee0fe366e14779ffd063d842cf35 /main.go
parent4f7ac325ab550493b833a4dd4e57701fe88a799c (diff)
downloadnoisetorch-b747084bb0a033e10f55058b73b06238a666d8ae.tar.gz
noisetorch-b747084bb0a033e10f55058b73b06238a666d8ae.zip
Replace noise-suppression-for-voice with own implementation
In preparation for PipeWire support we required our own implementation anyways. To have a shared code base and potentially enable some other tighter integration between the LADSPA module and NoiseTorch, we move to our own implementation.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 568c780..7b3f20a 100644
--- a/main.go
+++ b/main.go
@@ -23,7 +23,7 @@ import (
"github.com/aarzilli/nucular/style"
)
-//go:generate go run scripts/embedbinary.go librnnoise_ladspa/bin/ladspa/librnnoise_ladspa.so librnnoise.go libRNNoise
+//go:generate go run scripts/embedbinary.go c/ladspa/rnnoise_ladspa.so librnnoise.go libRNNoise
//go:generate go run scripts/embedbinary.go assets/patreon.png patreon.go patreonPNG
//go:generate go run scripts/embedversion.go
//go:generate go run scripts/embedlicenses.go