Skip to content

EqMac preset generator powered by AutoEq.

License

Notifications You must be signed in to change notification settings

0x6A75616E/autoEqMac

 
 

Repository files navigation

Go Report Card gopherbadger-tag-do-not-edit Workflow Status

autoEqMac

An interactive CLI that retrieves headphones EQ data from the AutoEq Project and produces a JSON preset ready to be imported into EqMac.

Dependencies

  • Go

How to

Install

go install github.com/indiependente/autoEqMac

Supported commands

▶ autoEqMac --help
usage: autoEqMac [<flags>]

EqMac preset generator powered by AutoEq.

An interactive CLI that retrieves headphones EQ data from the AutoEq project and 
produces a JSON preset ready to be imported into EqMac.

Flags:
      --help       Show context-sensitive help (also try --help-long and
                   --help-man).
  -f, --file=FILE  Output file path. By default it's the name of the headphones
                   model selected.

Example usage

asciicast

Once the JSON content has been generated and saved into a file, you can import it into eqMac.

By default autoEqMac saves a JSON file with the same name of the headphones model you selected in the current working directory.

You can provide a different path by passing it using the -f, --file flag.

Running with Docker

Docker can be used in order to execute autoEqMac without installing the Golan runtime environmnet.

Build Image:

 docker build -t autoEqMac .

And then, to run autoEqMac:

docker run --rm -it -v $(pwd):/app autoEqMac

TODO

  • GUI

Credits

Thanks to:

About

EqMac preset generator powered by AutoEq.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%