From 0468e691e6645745e189c8f481c3e6d083ce1adf Mon Sep 17 00:00:00 2001 From: lawl Date: Sun, 5 Jul 2020 17:32:00 +0200 Subject: [PATCH] Add usage section --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a97dd..70b987f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Don't forget to ~~like, comment and subscribe~~ leave a star ⭐ if this sounds * Two click setup of your virtual denoising microphone * A single, small, statically linked, self-contained binary -## Download & Usage +## Download NoiseTorch offers the following installation methods: @@ -32,6 +32,16 @@ Coming soon™. Unpack the `tgz` file, and double click the executable. +## Usage + +Select the microphone you want to denoise, and click "Load NoiseTorch", NoiseTorch will create a virtual microphone called "NoiseTorch Microphone" that you can select in any application. + +When you're done using it, simply click "Unload NoiseTorch" to remove it again, until you need it next time. + +The slider "Filter strictness" under settings, allows you to choose how strict NoiseTorch should be. Generally you want this up as high as possible. With a decent microphone, you can turn this to the maximum of 95%. If you cut out during talking, slowly lower this strictness until you find a value that works for you. + +Please keep in mind that you will need to reload NoiseTorch for these changes to apply. + ## 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.