summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7902bae
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
1# set_eq: A command-line tool to manipulate PulseAudio's equalizers
2
3This tool will allow you to use a configuration file to send to your favorite
4PulseAudio's equalizer.
5
6It was originally made to work with
7[AutoEq](https://github.com/jaakkopasanen/AutoEq)'s
8[database](https://github.com/jaakkopasanen/AutoEq/tree/master/results), but if
9you have ideas on how to extend `set_eq`'s domain, please start a discussion in
10a new issue!
11
12Supported configuration format:
13
14- EqualizerAPO (very partial)
15
16Supported equalizer:
17
18- PulseAudio's built-in equalizer (deprecated and buggy, should not use)
19- PulseEffects
20
21## Quick start
22
23- Install [PulseEffects](https://github.com/wwmm/pulseeffects)
24- Find or create an EqualizerAPO configuration file
25 - If you have a some headphones, try to find it
26 [here](https://github.com/jaakkopasanen/AutoEq/tree/master/results)
27 and either download the `<headphone> GraphicEQ.txt` file or save the
28 EqualizerAPO snippet from the README
29- Run the following command:
30
31```
32set_eq pa-effects export-preset <EqualizerAPO file> > MyPreset.json
33```
34
35- Load the new preset in PulseEffects' interface
36- Profit!