File: README.md

package info (click to toggle)
easyeffects 8.1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,272 kB
  • sloc: cpp: 23,767; sh: 691; python: 448; javascript: 64; makefile: 8
file content (201 lines) | stat: -rw-r--r-- 7,617 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<h2 align="center">
  <img src="src/contents/icons/com.github.wwmm.easyeffects.svg" alt="Easy Effects icon" width="150" height="150"/>
  <br>
  Easy Effects
</h2>

<p align="center">
  <strong>Simple audio effects</strong>
</p>

<p align="center">
  <a href="https://github.com/sponsors/wwmm">
    <img alt="GitHub Sponsors donation button" src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/wwmm">
  </a>
  <a href="https://liberapay.com/wwmm/donate">
    <img alt="Liberapay donation button" src="https://img.shields.io/badge/liberapay-donate-green">
  </a>
  <a href="https://www.patreon.com/wellingtonwallace?fan_landing=true">
    <img alt="Patreon donation button" src="https://img.shields.io/badge/patreon-donate-green.svg">
  </a>
  <a href="https://www.paypal.com/donate?hosted_button_id=RK723F4EKH2UE">
    <img alt="PayPal donation button" src="https://img.shields.io/badge/paypal-donate-green.svg">
  </a>
</p>

<br>

<p align="center">
  <a href="https://hosted.weblate.org/engage/easyeffects/">
    <img alt="Translation status" src="https://hosted.weblate.org/widgets/easyeffects/-/svg-badge.svg"/>
  </a>
  <a href="https://github.com/wwmm/easyeffects/actions/workflows/CI.yaml">
    <img alt="CI status" src="https://github.com/wwmm/easyeffects/actions/workflows/CI.yaml/badge.svg"/>
  </a>
</p>

This application was formerly known as **PulseEffects**, but it was renamed to **Easy Effects** after it started to use GTK4 and
GStreamer usage was replaced by native PipeWire filters. And eventually the whole application was ported from GTK4 to
a combination of Qt, QML and KDE/Kirigami frameworks.

![GitHub Light](src/contents/docs/images/easyeffects-light-screenshot-1.png#gh-light-mode-only)
![GitHub Light](src/contents/docs/images/easyeffects-light-screenshot-2.png#gh-light-mode-only)
![GitHub Light](src/contents/docs/images/easyeffects-light-screenshot-3.png#gh-light-mode-only)

![GitHub Dark](src/contents/docs/images/easyeffects-dark-screenshot-1.png#gh-dark-mode-only)
![GitHub Dark](src/contents/docs/images/easyeffects-dark-screenshot-2.png#gh-dark-mode-only)
![GitHub Dark](src/contents/docs/images/easyeffects-dark-screenshot-3.png#gh-dark-mode-only)

## Effects available

- Auto gain
- Bass enhancer
- Bass loudness
- Compressor
- Convolver
- Crossfeed
- Crusher
- Crystalizer
- De-esser
- Delay
- Deep noise remover
- Echo canceller
- Equalizer
- Exciter
- Expander
- Filter (low-pass, high-pass, band-pass and band-reject modes)
- Gate
- Level meter
- Limiter
- Loudness
- Maximizer
- Multiband compressor
- Multiband gate
- Noise reduction
- Pitch shift
- Reverberation
- Speech processor
- Stereo tools

The user has full control over the effects order. Just use the up/down arrows
next to the effect labels on the left side.

Some packages do not provide all plugin packages by default. In case some effects are not available,
ensure you have the following installed on your system:

<details>
<summary>Dependencies</summary>

Plugins needed for effects:

- [Linux Studio plugins](https://lsp-plug.in/). Version 1.1.24 or higher.
- [Calf Studio plugins](https://calf-studio-gear.org/). Version 0.90.1 or higher.
- [Libebur128](https://github.com/jiixyj/libebur128). For Auto gain and Level meter.
- [ZamAudio plugins](https://www.zamaudio.com/). For Maximizer.
- [Zita-convolver](https://kokkinizita.linuxaudio.org/linuxaudio/). For Convolver.
- [MDA](https://gitlab.com/drobilla/mda-lv2). For Bass loudness.
- [SpeexDSP](https://www.speex.org/). For Speech processor.
- [SoundTouch](https://www.surina.net/soundtouch/). For Pitch shift.
- [RNNoise](https://gitlab.xiph.org/xiph/rnnoise). For Noise reduction.
- [DeepFilterNet](https://github.com/Rikorose/DeepFilterNet). For Deep noise remover.

Other dependencies include:
- [libsamplerate](http://www.mega-nerd.com/SRC/index.html)
- [libsndfile](http://www.mega-nerd.com/libsndfile/)
- [libbs2b](https://sourceforge.net/projects/bs2b/files/libbs2b/)
- [fftw](https://fftw.org/)
- [speexdsp](https://www.speex.org/)
- [nlohmann json](https://github.com/nlohmann/json)
- [tbb](https://www.threadingbuildingblocks.org)

</details>

## Donate

You can help me to keep developing Easy Effects through donations. Any amount will be greatly appreciated :-)

- [GitHub Sponsors](https://github.com/sponsors/wwmm)
- [Liberapay](https://liberapay.com/wwmm)
- [Patreon](https://www.patreon.com/wellingtonwallace?fan_landing=true)
- [PayPal](https://www.paypal.com/donate?hosted_button_id=RK723F4EKH2UE)

## Installation

### Distribution-specific packages

Most up-to-date Linux distributions have an `easyeffects` package that can be installed with the distribution package manager.
See [the wiki](https://github.com/wwmm/easyeffects/wiki/Package-Repositories) for a full list.

### Flatpak

Alternatively, click here to install via Flatpak:

<p>
  <a href='https://flathub.org/apps/com.github.wwmm.easyeffects'>
    <img width='240' alt='Get Easy Effects on Flathub' src='https://flathub.org/api/badge?svg&locale=en'/>
  </a>
</p>

Flatpak packages support most Linux distributions and are sandboxed. The Easy Effects Flatpak package also includes all available plugins.

If your distribution does not yet include packages required to build Easy Effects, Flatpak is a convenient option.

## Warning

**Do NOT set** Easy Effects virtual devices as your default audio input/output.
Easy Effects is designed assuming that your hardware stays as default device.

## Help

A comprehensive set of help pages are included in the application itself, accessed via the hamburger menu in the top right.
If the help pages are inaccessible ensure the [yelp](https://gitlab.gnome.org/GNOME/yelp) package is installed.

The latest version of the help pages can also be read [here](https://wwmm.github.io/easyeffects).

## Changelog

For information about changes between versions, take a look at our [changelog](src/contents/docs/community/CHANGELOG.md)

## Frequently asked questions

Take a look at our [FAQ](https://github.com/wwmm/easyeffects/wiki/FAQ) to see
if you are facing a known issue.

## Community presets

See the wiki: [Community presets](https://github.com/wwmm/easyeffects/wiki/Community-presets)

This page also has instructions for converting PulseEffects presets to Easy Effects presets.

Guildelines for package maintainers: [Guidelines](src/contents/docs/community/COMMUNITY_PRESETS_GUIDELINES.md)

## Command-line options

See the wiki: [Command Line Options](https://github.com/wwmm/easyeffects/wiki/Command-Line-Options)

## GNOME Shell extension

See the wiki: [Preset Selector GNOME Extension](https://github.com/wwmm/easyeffects/wiki/Preset-Selector-GNOME-Extension)

## Reporting bugs

See the wiki: [Reporting Bugs](https://github.com/wwmm/easyeffects/wiki/Reporting-bugs)

## Translating Easy Effects

See the wiki's [Translating Easy Effects](https://github.com/wwmm/easyeffects/wiki/Translating-EasyEffects) article for detailed instructions.

## Installing from source

To install from source, see the wiki's [Installing from Source](https://github.com/wwmm/easyeffects/wiki/Installation-from-Source)
article for detailed instructions.

## CI artifacts

Flatpak bundles and Arch packages for testing and development purposes are built for PRs and pushes to master.
See the [installation instructions](https://github.com/wwmm/easyeffects/wiki/Package-Repositories#ci-artifacts).

## License

Easy Effects is licensed under GNU General Public License version 3 or later.
See the [LICENSE](https://github.com/wwmm/easyeffects/blob/master/LICENSE) file.