mirror of
https://github.com/tiyn/wiki.git
synced 2026-03-03 22:34:46 +01:00
linux/easyeffects: added new noise suppression
This commit is contained in:
@@ -1,15 +1,12 @@
|
|||||||
# Easyeffects
|
# Easyeffects
|
||||||
|
|
||||||
[Easyeffects](https://github.com/wwmm/easyeffects) is a free and open-source
|
[Easyeffects](https://github.com/wwmm/easyeffects) is a free and open-source GUI-software for
|
||||||
GUI-software for applying sound effects and filters on input and output audio
|
applying sound effects and filters on input and output audio streams.
|
||||||
streams.
|
Easyeffects uses [Pipewire](./pipewire.md) as [sound server](/wiki/linux/audio.md#sound-server).
|
||||||
Easyeffects uses [Pipewire](./pipewire.md) as
|
|
||||||
[sound server](/wiki/linux/audio.md#sound-server).
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Easyeffects can be installed on most distributions by installing the
|
Easyeffects can be installed on most distributions by installing the `easyeffects` package.
|
||||||
`easyeffects` package.
|
|
||||||
An installation via [Flatpak](./flatpak.md) is also possible.
|
An installation via [Flatpak](./flatpak.md) is also possible.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -19,27 +16,29 @@ Easyeffects can apply `Effects` to input and output sound.
|
|||||||
### Noise cancellation
|
### Noise cancellation
|
||||||
|
|
||||||
Setup
|
Setup
|
||||||
Noise cancellation can be achieved by installing
|
Noise cancellation can be achieved by installing Easyeffects.
|
||||||
Easyeffects.
|
Make sure to check the box `Process all Inputs` and `Process all Outputs` to route everything
|
||||||
Make sure to check the box `Process all Inputs` and `Process all Outputs` to
|
through `easyeffects`.
|
||||||
route everything through `easyeffects`.
|
|
||||||
Make log out of your system afterwards.
|
Make log out of your system afterwards.
|
||||||
To enable noise cancellation navigate `Inputs` and click `Plugins`.
|
To enable noise cancellation navigate `Inputs` and click `Plugins`.
|
||||||
After that click `Add Plugin` and select `Noise Reduction`.
|
After that click `Add Plugin` and select `Noise Reduction`.
|
||||||
|
|
||||||
|
An alternative way to achieve noise cancellation is using the the `Deep Noise Remover` plugin.
|
||||||
|
There is a
|
||||||
|
[guide by Adam Gradzki](https://adamgradzki.com/adding-deepfilternet-noise-reduction-to-easy-effects-on-arch-linux.html)
|
||||||
|
which describes the setup.
|
||||||
|
|
||||||
### Presets
|
### Presets
|
||||||
|
|
||||||
Presets can be created by selecting `Presets`, setting the name and clicking the
|
Presets can be created by selecting `Presets`, setting the name and clicking the `+` to save it.
|
||||||
`+` to save it.
|
|
||||||
It is then displayed in the list below from where it can be loaded or deleted.
|
It is then displayed in the list below from where it can be loaded or deleted.
|
||||||
Presets are saved in the directory `~/.config/easyeffects/input` and
|
Presets are saved in the directory `~/.config/easyeffects/input` and
|
||||||
`~/.config/easyeffects/output`.
|
`~/.config/easyeffects/output`.
|
||||||
|
|
||||||
#### Recommended Presets
|
#### Recommended Presets
|
||||||
|
|
||||||
The following is a list of presets that have been tested and only need slight
|
The following is a list of presets that have been tested and only need slight configuration to
|
||||||
configuration to adjust them to the specific system.
|
adjust them to the specific system.
|
||||||
|
|
||||||
- [tiyns voice input preset](https://github.com/tiyn/dotfiles/blob/master/.config/easyeffects/input/voice.json)
|
- [tiyns voice input preset](https://github.com/tiyn/dotfiles/blob/master/.config/easyeffects/input/voice.json)
|
||||||
is a list of different effects to achieve an enhanced quality of microphone
|
is a list of different effects to achieve an enhanced quality of microphone sound for speach.
|
||||||
sound for speach.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user