1
0
Fork 0
mirror of https://github.com/JackHack96/EasyEffects-Presets.git synced 2024-10-16 11:40:46 +00:00
EasyEffects-Presets/README.md

32 lines
1.6 KiB
Markdown
Raw Normal View History

2018-01-11 12:44:00 +00:00
# PulseEffects Presets
A collection of presets for [WWMM's PulseEffects](https://github.com/wwmm/pulseeffects)
It currently contains:
1. **Bass Enhancing + Perfect EQ**
2019-01-02 09:15:41 +00:00
This preset is based on [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) combined with the Razor sorround impulse response.
2018-01-11 12:44:00 +00:00
2018-06-29 07:42:13 +00:00
2. **Perfect EQ**
2018-01-11 12:44:00 +00:00
This preset only enables [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq)
2018-06-29 07:42:13 +00:00
3. **Boosted**
2018-01-11 12:44:00 +00:00
2018-01-16 16:49:21 +00:00
This preset is based on [Ziyad Nazem's __"Boosted"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) equalizer settings, which especially enhance lower frequencies
2018-02-07 11:04:00 +00:00
# Installation
2018-06-29 10:19:33 +00:00
The `install.sh` script will try to install the presets automatically, just fire up a terminal and run the command:
```shell
2018-06-29 10:44:53 +00:00
bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/install.sh)"
2018-06-29 10:19:33 +00:00
```
**NOTE**: the script requires `curl` to be installed. Ubuntu doesn't shipt with curl installed by default, so you have to first run
```shell
sudo apt install curl
```
before running the script.
# Manual installation
Just clone the repository and then copy the `.preset` files into the `PulseEffects` directory you can find in the local `config` directory. Obviously the location of that directory depends on how you installed PulseEffects. If you installed it through Flatpak, you can find it in `~/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects`, or if you used the PPA for Ubuntu (or the AUR package for Arch) it should be `~/.config/PulseEffects`