EQ for Moc is a terminal equalizer for moc (Music on Console). With eq4moc you can create and edit EQSET files.
- moc (v 2.6)
on debian like distro :
apt install moc
- ncurses6 (v 6.4.20221231)
should be installed by default
if not :
apt install libncurses6
You will need normal build tooling installed such as make and g++.
You will also need the ncurses development libraries.
apt install libncurses-dev
Normal compilation in /usr/local:
make
sudo make install
If you are using a Debian-like distro, you can try using these precompiled binaries
(both were generated with checkinstall):
https://github.com/canuconde/EQ-for-MOC/releases/download/v1.0/eq4moc_1.0-1_amd64.deb
https://github.com/canuconde/EQ-for-MOC/releases/download/v1.0/eq4moc_1.0-1_i386.deb