Community Presets - wwmm/easyeffects GitHub Wiki

If you are a casual user simply searching for some bass boost, or you don't want to dive in the thousand of thousand options that EasyEffects (previously known as PulseEffects) offers, you'll be happy knowing that some users have created some presets, and maybe you could find the one you are searching for.

Note: there are some PulseEffects-specific presets listed here.

Below is a list of repositories containing some presets (for output - speakers):

Below is a list containing some presets (for input - microphone):

Installation

You can use the Import Preset button that is beside the Add preset button. But you can also do the process manually. Just copy the .preset files into the EasyEffects directory you can find in the local config directory. The location of that directory depends on how you installed the package. If you installed it through Flatpak, you can find it in ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects, or if you used the PPA for Ubuntu (or the AUR package for Arch) it should be ~/.config/easyeffects/output and ~/.config/easyeffects/input respectively.

Converting PulseEffects presets to EasyEffects presets

Due to changes in EasyEffects 6.0.0 preset structure changed a little. Thanks to Mlocik97 we now have website, that will convert PulseEffects presets to EasyEffects presets. Website is still in alpha version and is missing a lot of features, but core functionality is already ready. Website is avaiable on this URL: https://pe-to-ee-preset-converter.herokuapp.com/.

Thanks to AbsurdlySuspicious, website now contain also download for bash shell script converter, just run bash convert.sh *.json in directory with presets and it will convert all your presets. Note: it requires jq and perl installed. More information at https://github.com/wwmm/easyeffects/issues/2499#issuecomment-1672265385