Skip to content

canuconde/EQ-for-MOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EQ-for-MOC

EQ for Moc is a terminal equalizer for moc (Music on Console). With eq4moc you can create and edit EQSET files.

Screenshot_20241205_014534


Requirements

  • 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

Compiling and Installing



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

Binaries

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


Screenshot_20241205_014534