-
-
Notifications
You must be signed in to change notification settings - Fork 270
Community Presets
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):
- https://github.com/Bundy01/EasyEffects-Presets (Bose, Music, Sony and Video)
- https://github.com/p-chan5/EasyPulse (A set of HQ presets for EasyEffects and PulseEffects)
- https://github.com/Digitalone1/EasyEffects-Presets (Loudness Equalizer)
- https://github.com/JackHack96/EasyEffects-Presets
- https://github.com/EvoXCX/EasyEffect-Preset (OpenEQ Equalizer)
- https://github.com/Rabcor/Heavy-Bass-EE
- https://github.com/servimo/AAAAAAAaaaaa (for earbuds)
- https://github.com/FaridZelli/EasyEffects-Pavilionx360 (for HP Pavilion x360 built-in speakers)
- https://github.com/sebastian-de/easyeffects-thinkpad-unsuck (for Lenovo Thinkpad P14s Gen 2 AMD built-in speakers)
- https://github.com/BayouGuru67/EasyEffects_Presets (A variety of Media/HTPC-oriented output effects presets primarily designed for larger A/V/speaker systems)
- https://gitlab.com/lukasfink1/easyeffects-presets (for Lenovo ThinkPad X1 Yoga Gen2 built-in speakers)
Below is a list containing some presets (for input - microphone):
- https://gist.github.com/MateusRodCosta/a10225eb132cdcb97d7c458526f93085 (Improved microphone preset, based on this Fedora Magazine article. Focused on Male voices, with Noise Reduction enabled. Can most likely be modified to work with non-male voices.)
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.
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