Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axel-erfurt/pipewire-eq-maker
create global equalizer for pipewire
https://github.com/axel-erfurt/pipewire-eq-maker
equalizer linux pipewire
Last synced: 18 days ago
JSON representation
create global equalizer for pipewire
- Host: GitHub
- URL: https://github.com/axel-erfurt/pipewire-eq-maker
- Owner: Axel-Erfurt
- License: mit
- Created: 2024-09-10T18:15:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T19:49:36.000Z (5 months ago)
- Last Synced: 2024-11-22T01:41:40.601Z (3 months ago)
- Topics: equalizer, linux, pipewire
- Language: Python
- Homepage: https://github.com/Axel-Erfurt/pipewire-eq-maker
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EQ Maker for pipewire
### Requirements
- python3
- python3-gi
- pipewire> [!NOTE]
> pw_eq_maker_autoeq.py is a version that can load [AutoEQ](https://www.autoeq.app/) Files (use EasyEffects on ***select equalizer app***)### Usage
```python3 pw_eq_maker.py```or
```python3 pw_eq_maker_autoeq.py```
- adjust the slider values for gain
- you can change the Q-Factor above the slider (click to open popup or use mouse wheel)
- you can change the frequency below the slider (click to open popup or use mouse wheel)
- choose ***Save*** from the menu at the headerbar>a file named sink-eq10.conf will be created in the script folder
>copy the file 'sink-eq10.conf' to the folder ~/.config/pipewire/pipewire.conf.d
- restart pipewire or restart computer
- open your sound settings app
- choose ***Pipewire Equalizer*** as output![screenshot](https://github.com/Axel-Erfurt/pipewire-eq-maker/blob/main/screenshot.png?raw=true)
### Credits
Thanks to [demonich](https://github.com/demonich)