NoiseTorch built with CI
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
lawl dc9a441ba0 Add LICENSE and README.md files 4 years ago
librnnoise_ladspa big bang 4 years ago
scripts Clarify error message on missing librnnoise 4 years ago
vendor vendor dependencies 4 years ago
.gitignore rename to NoiseTorch 4 years ago
LICENSE Add LICENSE and README.md files 4 years ago
Makefile Update makefile 4 years ago
README.md Add LICENSE and README.md files 4 years ago
config.go rename to NoiseTorch 4 years ago
go.mod rename to NoiseTorch 4 years ago
go.sum big bang 4 years ago
main.go rename to NoiseTorch 4 years ago
module.go Some more renaming 4 years ago
ui.go Some more renaming 4 years ago

README.md

NoiseTorch

License: GPL v3 Last Release

NoiseTorch is an easy to use open source application for Linux with PulseAudio. It creates a virtual microphone that supresses noise, in any application. Use whichever conferencing or VOIP application you like and simply select the NoiseTorch Virtual Microphone as input to torch the sound of your mechanical keyboard, computer fans, trains and the likes.

Don't forget to like, comment and subscribe leave a star if this sounds useful to you!

Screenshot

Features

  • Two click setup of your virtual denoising microphone
  • A single, small, statically linked, self-contained binary

Download & Usage

NoiseTorch offers the following installation methods:

Snap

Coming soon™.

Flatpak

Coming soon™.

Manual (no automatic updates)

Download the latest release from GitHub.

Unpack the tgz file, and double click the executable.

Troubleshooting

Unfortunately, sometimes TorchNoise may display a "Working..." screen forever when loading the virtual microphone. This is usually due to PulseAudio crashing. If that happens, close NoiseTorch and try again, that usually works. I am working to improve this situation.

If you have a different problem with NoiseTorch, you can find a log file in /tmp/noisetorch.log. Please make sure to attach this when reporting an issue.

Building from source

Install the Go compiler from golang.org.

 git clone https://github.com/lawl/NoiseTorch # Clone the repository
 cd NoiseTorch # cd into the cloned repository
 make # build it

Make in this case is just a shorthand for

 go generate

To generate the the embed file for librnnoise_ladspa.so (You will need to build this separately, see the README file in the librnnoise_ladspa folder).

Followed by

go build

go generate only needs to be ran once, whenever you want to embed a new build of librnnoise_ladspa.so.

Special thanks to