Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philtaken/autoeq-nix
https://github.com/philtaken/autoeq-nix
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/philtaken/autoeq-nix
- Owner: PhilTaken
- License: mit
- Created: 2023-02-14T01:29:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T01:46:09.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T00:48:38.029Z (2 months ago)
- Language: Nix
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AutoEQ-Nix (name subject to change)
### **n.b. very wip**
## Overview
A [home-manager](https://github.com/nix-community/home-manager) module that allows you to declaratively manage your [easyeffects](https://github.com/wwmm/easyeffects) presets by sourcing the ones from [AutoEQ](https://github.com/jaakkopasanen/AutoEq).
## TODO
- source, process and commit autoeq presets in ci
- then only source the generated files in the home-manager module
- don't make users fetch the whole autoeq repository (very big in size)
- process GraphicEQ files properly (too many bands currently)
- reduce to 32 bands using python script
- process all other types of presets- extend to generically define all kinds of presets (?)