josh-richardson / cadmus

A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin
GNU General Public License v3.0
2.09k stars 55 forks source link

Can you use this in the terminal #39

Closed Goddard closed 3 years ago

Goddard commented 4 years ago

I have a little baby monitor and I wanted to try and cancel out a sound machine that basically makes wave sounds as a kind of white noise to prevent the babies from waking up because of racket going on in the house.

The device I am running it on is a raspberry pi 4 and I have a mic attached to it. The raspberry pi doesn't currently run with a graphical interface. I might be able to start one up, but I was curious if I even had to and what my luck would be if I tried using this software.

Thanks

developedby commented 4 years ago

You can use the noise suppressing plugin directly (https://github.com/werman/noise-suppression-for-voice), if you check Cadmus' main.py it shows how to use the plugin

josh-richardson commented 3 years ago

As mentioned by the previous comment, I think Werman's noise-suppression repo is the right way to go if you want noise suppression without using a GUI.