Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiependente/autoEqMac
EqMac preset generator powered by AutoEq.
https://github.com/indiependente/autoEqMac
autoeq cli eqmac golang macos
Last synced: 12 days ago
JSON representation
EqMac preset generator powered by AutoEq.
- Host: GitHub
- URL: https://github.com/indiependente/autoEqMac
- Owner: indiependente
- License: mit
- Created: 2020-10-26T18:45:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T16:44:45.000Z (over 1 year ago)
- Last Synced: 2024-06-20T19:21:23.656Z (5 months ago)
- Topics: autoeq, cli, eqmac, golang, macos
- Language: Go
- Homepage:
- Size: 84 KB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/indiependente/autoEqMac)](https://goreportcard.com/report/github.com/indiependente/autoEqMac)
![gopherbadger-tag-do-not-edit](https://img.shields.io/badge/Go%20Coverage-63%25-brightgreen.svg?longCache=true&style=flat)
[![Workflow Status](https://github.com/indiependente/autoEqMac/workflows/lint-test/badge.svg)](https://github.com/indiependente/autoEqMac/actions)# autoEqMac
An interactive CLI that retrieves headphones EQ data from the [AutoEq Project](https://github.com/jaakkopasanen/AutoEq) and produces a JSON preset ready to be imported into [EqMac](https://github.com/bitgapp/eqMac/).
## Dependencies
- Go
## How to
### Install
Download the latest [release](https://github.com/indiependente/autoEqMac/releases/latest).
### Install with Go
```bash
go install github.com/indiependente/autoEqMac
```### Supported commands
```plaintext
▶ autoEqMac --help
usage: autoEqMac []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](https://asciinema.org/a/368884.svg)](https://asciinema.org/a/368884)
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.
## TODO
- [ ] GUI
## Credits
Thanks to:
-
-
-