# Repository: wwmm/easyeffects # Stars: 9307 ## README.md

Easy Effects icon
Easy Effects

Simple audio effects

GitHub Sponsors donation button Liberapay donation button Patreon donation button PayPal donation button


Translation status CI status

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:
Dependencies 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)
## 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:

Get Easy Effects on Flathub

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.