Skip to content

Commit

Permalink
Develop (#50)
Browse files Browse the repository at this point in the history
* readme corrections
  • Loading branch information
Ebert-Hanke authored Aug 29, 2022
1 parent 1cf2356 commit 44706d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This is a simple CLI tool to easily create a configuration file for your Headpho
Using it stand alone on all major systems is well documented in [Processing audio](https://github.com/HEnquist/camilladsp#processing-audio) of the documentation.

## Interactive Mode
If you start the tool with no arguments from the command line with `autoeq2camilladsp` you will enter interactive mode which will lead you through the progress of creating your configuration.
If you start the tool with no arguments from the command line with `autoeq2camilladsp` you will enter interactive mode which will lead you through the process of creating your configuration.

## Non-Interactive Mode
To use the tool in other contexts e.g. a music player like `moOde`, there are some commands which will enable you to do so.

If you start the tool with arguments, it will be run in non-interactive mode.
To get a list of all available commands and options run `autoeq2camilladsp -h`.

For the moment there the command exits with just two very basic exit codes:
At the moment the command exits with just two very basic exit codes:
- 0 for everything went fine
- 1 as a catchall for all errors

Expand Down Expand Up @@ -119,4 +119,4 @@ C[Right IN]-- -1.5 db -->H[Highshelf Filter 900 Hz +1.5 dB]-->D[Right OUT]
C -- -9.5 dB --> F[Lowpass Filter 650 Hz] --> B
```

This preset is roughly modeled after some publications by [Jan Meier](https://www.meier-audio.com/crossfeed.html) and is still work in progress.
This preset is roughly modeled after some publications by [Jan Meier](https://www.meier-audio.com/crossfeed.html) and is still work in progress.

0 comments on commit 44706d0

Please sign in to comment.