mirror of https://github.com/tiyn/wiki
parent
16bf7bcbcd
commit
17b529f213
@ -0,0 +1,44 @@
|
||||
# Easyeffects
|
||||
|
||||
[Easyeffects](https://github.com/wwmm/easyeffects) is a free and open-source
|
||||
GUI-software for applying sound effects and filters on input and output audio
|
||||
streams.
|
||||
Easyeffects uses [Pipewire](./pipewire.md) as
|
||||
[sound server](/wiki/linux/audio.md#sound-server).
|
||||
|
||||
## Installation
|
||||
|
||||
Easyeffects can be installed in most distributions by installing the
|
||||
`easyeffects` plugin.
|
||||
An installation via [Flatpak](./flatpak.md) is also possible.
|
||||
|
||||
## Usage
|
||||
|
||||
Easyeffects can apply `Effects` to input and output sound.
|
||||
|
||||
### Noise cancellation
|
||||
|
||||
Noise cancellation can be achieved by installing
|
||||
Easyeffects.
|
||||
Make sure to check the box `Process all Inputs` and `Process all Outputs` to
|
||||
route everything through `easyeffects`.
|
||||
Make log out of your system afterwards.
|
||||
To enable noise cancellation navigate `Inputs` and click `Plugins`.
|
||||
After that click `Add Plugin` and select `Noise Reduction`.
|
||||
|
||||
### Presets
|
||||
|
||||
Presets can be created by selecting `Presets`, setting the name and clicking the
|
||||
`+` to save it.
|
||||
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
|
||||
`~/.config/easyeffects/output`.
|
||||
|
||||
#### Recommended Presets
|
||||
|
||||
The following is a list of presets that have been tested and only need slight
|
||||
configuration to adjust them to the specific system.
|
||||
|
||||
- [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
|
||||
sound for speach.
|
@ -0,0 +1,23 @@
|
||||
# Pipewire
|
||||
|
||||
[Pipewire](https://pipewire.org) is a graph based
|
||||
[sound server](/wiki/linux/audio.md#sound-server).
|
||||
|
||||
## Installation
|
||||
|
||||
For clients that use the [PulseAudio](/wiki/linux/pulseaudio.md) API
|
||||
`pipewire-pulse` (on Arch-based distros or according
|
||||
packages on other distros) can be installed.
|
||||
It will automatically remove unneeded and conflicting PulseAudio packages.
|
||||
Additionally `pipewire-alsa` and `pipewire-jack` for JACK and Alsa clients are
|
||||
available.
|
||||
Make sure to restart to be sure everything is running correctly.
|
||||
|
||||
## Sound processing
|
||||
|
||||
For simple sound processing in the form of volume adjustment as well as setting
|
||||
the default input and output devices `pavucontrol` can be used as a simple
|
||||
mixer.
|
||||
For further sound processing the easiest way to do so is using
|
||||
[easyeffects](/wiki/linux/easyeffects.md) which features a wide range of effects
|
||||
to apply to sound streams including noise reduction.
|
@ -0,0 +1,11 @@
|
||||
# PulseAudio
|
||||
|
||||
[PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio) is a
|
||||
[sound server](/wiki/linux/audio.md#sound-server) distributed by the
|
||||
[freedesktop.org](https://www.freedesktop.org/wiki/Software/PulseAudio) project.
|
||||
|
||||
## Sound Processing
|
||||
|
||||
For simple sound processing in the form of volume adjustment as well as setting
|
||||
the default input and output devices `pavucontrol` can be used as a simple
|
||||
mixer.
|
Loading…
Reference in new issue