Noisetorch NoiseTorch Versions Save

Real-time microphone noise suppression on Linux.

v0.12.2

1 year ago

Summary

We finally fixed the update mechanism for good. This time the updater REALLY works and all future updates will be available through the UI. Please update a last time manually. Sorry for the issues with v0.12.1

What's Changed

Full Changelog: https://github.com/noisetorch/NoiseTorch/compare/v0.12.1...v0.12.2

v0.12.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/noisetorch/NoiseTorch/compare/v0.12.0...v0.12.1

v0.12.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/noisetorch/NoiseTorch/compare/0.11.5...v0.12.0

0.11.6

1 year ago

I HAVE REASON TO BELIEVE AT LEAST ONE OF MY SYSTEMS HOLDING KEY MATERIAL HAS BEEN COMPROMISED.

DO. NOT. TRUST. THE. BINARIES.

I'm deeply sorry about this, but it's better to be safe than sorry.

To make clear to everyone that I'm absolutely not joking:

$ base64 private.key 
RBjU5k0Dfdqtyzx4ox6PfQoqrdCft/aFJieD2DQvloY=

I'm publically leaking the key myself now. Don't trust it.

0.11.5

2 years ago
  • Update GUI dependency
  • Update toml dependency
  • Fix a warning with the Makefile, thank you @AdelKS
  • The virtual device is now named "Noisetorch Microphone of [original device name]" in order to distinguish them in case you end up with multiple of them active.

0.11.4

2 years ago

This is a hotfix release

  • Fix a bug where NoiseTorch would fail to start on certain PipeWire systems. See #178. Technically this bug could happen on any system though, PipeWire or PulseAudio.

0.11.3

2 years ago
  • Fix a bug with our linking order. This was previously workarounded in 0.11.2 and is now properly fixed thanks to @cryptomilk
  • Fix a bug where NoiseTorch would not cleanup temporary files it created when invoked via the CLI
  • Fix a bug where NoiseTorch would fail to parse some pulseaudio version strings. Well, we still can't parse them, but we don't show an error anymore, so...
  • Fix a bug where we would fail to lookup your pulseaudio cookie if it was ~/pulse-cookie, because of a typo.
  • Added a confirmation dialog when you unload/reload NoiseTorch while another application is currently using a virtual NoiseTorch device.

0.11.2

2 years ago
  • Fix a bug where NoiseTorch would sometimes fail to load on PipeWire

0.11.1

2 years ago
  • Display error screen if module load fails

0.11.0

2 years ago
  • Add support for PipeWire.
    • Alpha quality. Please manage your own expectations.
    • Requires at least PipeWire version 0.3.28
    • Please report bugs.
  • Support distribution-specific builds. Thank you @Scrumplex, from the Arch Linux community
    • You can now pass a custom version and distribution name for the version number at build time
    • You can now configure the update URL and signing key at build time
      • Not passing these will fully disable built in updater
  • Do not log to a file by default anymore. Passing -log will make it log to stdout. You can redirect it on the shell to a file yourself if necessary.
  • Fixed a bug where the CLI would not print an error message but the command would fail. Thanks @LorenzKofler
  • Refactored things