Difference between revisions of "Misc"

From Linux Gaming
Jump to navigation Jump to search
Tags: Visual edit Manual revert
Line 3: Line 3:


After that, type <code>sensors</code> to see your temperatures. If you want to monitor them for a longer time, type <code>watch sensors</code>.
After that, type <code>sensors</code> to see your temperatures. If you want to monitor them for a longer time, type <code>watch sensors</code>.
== Noise Cancelling ==
You can use [https://github.com/wwmm/easyeffects EasyEffects] or [https://github.com/lawl/NoiseTorch NoiseTorch]. EasyEffects also has various other audio processing options, like crystalizer, noise gate, equalizer, filter, and much more. NoiseTorch can only cancel noise, but also has the option to tweak how aggressive it cancels noise.
== Audio patchbay ==
If you want to have a patchbay to route your audio to various destinations, [https://gitlab.freedesktop.org/pipewire/helvum Helvum] might be what you're looking for.

Revision as of 16:49, 6 March 2022

Watching the temperature

You can use lm_sensors. Before running it for the first time, run sudo sensors-detect.

After that, type sensors to see your temperatures. If you want to monitor them for a longer time, type watch sensors.

Noise Cancelling

You can use EasyEffects or NoiseTorch. EasyEffects also has various other audio processing options, like crystalizer, noise gate, equalizer, filter, and much more. NoiseTorch can only cancel noise, but also has the option to tweak how aggressive it cancels noise.

Audio patchbay

If you want to have a patchbay to route your audio to various destinations, Helvum might be what you're looking for.