Releases: noisetorch/NoiseTorch
Releases · noisetorch/NoiseTorch
0.6.0-beta
- We now display a UI even if the connection to PulseAudio fails
- We now handle the PulseAudio connection failing and re-establish without having to restart NoiseTorch. (e.g. when PulseAudio crashes)
0.5.3-beta
- NoiseTorch now respects
PULSE_RUNTIME_DIR
andPULSE_COOKIE
which should also make it work with more exotic PulseAudio setups.
0.5.2-beta
- Display input sources without dynamic latency support as likely incompatible.
See Issue #30 . A pulseaudio patch is available that someone with a device affected by this would need to test.
This release is not pushed via the built-in updater, as existing users will already have noticed it not working if they're affected. Yes it is, i forgot that otherwise the updater will prompt to downgrade.
0.5.1-beta
- We had some hard-coded paths. We now respect the users choice of paths set via
$XDG_*
environment variables. - This also fixes an issue where for some people NoiseTorch failed to connect to PulseAudio because it was looking at the wrong paths.
0.5.0-beta
We tell PulseAudio to use the sample rate that works best with rnnoise, which may improve your noise suppression
0.4.0-beta
Fixes an issue where pulseaudio would sometimes crash when loading NoiseTorch.
This change makes NoiseTorch prompt for root privileges. More information on why this is necessary can be found in #11
0.3.4-beta
Improve the UI when changing the Voice Activation Threshold slider, to inform the user that a reload is required.
0.3.2-beta
- Fixed a bug in writing logs
- Fixed a bug in update check logic