Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaionaro-go/equalizer-easyeffects2pipewire
Converter of an EasyEffects equalizer preset to a PipeWire filter config
https://github.com/xaionaro-go/equalizer-easyeffects2pipewire
autoeq convert easyeffects equalizer pipewire
Last synced: 3 months ago
JSON representation
Converter of an EasyEffects equalizer preset to a PipeWire filter config
- Host: GitHub
- URL: https://github.com/xaionaro-go/equalizer-easyeffects2pipewire
- Owner: xaionaro-go
- License: cc0-1.0
- Created: 2024-06-23T01:35:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T02:07:40.000Z (8 months ago)
- Last Synced: 2024-07-30T19:53:54.002Z (6 months ago)
- Topics: autoeq, convert, easyeffects, equalizer, pipewire
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go to https://autoeq.app/, select the headphones you use, choose "EasyEffects" as the "equalizer app", download the file, and then run something like:
```
go install github.com/xaionaro-go/equalizer-easyeffects2pipewire/cmd/eq-ee2pw@latest
eq-ee2pw ~/Downloads/my-easyeffects-preset.txt ~/.config/pipewire/pipewire.conf.d/equalizer.conf
systemctl restart --user pipewire
```That's it.