From 0dafd393547f7dd13d55d9f30af5b32e0023cc8a Mon Sep 17 00:00:00 2001 From: karlstav Date: Fri, 18 Sep 2015 22:59:45 +0200 Subject: [PATCH] updatet readme file prepare stereo release --- README.md | 8 ++++++-- todo | 1 - 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad82694..af60d45 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ thanks to [anko](https://github.com/anko) for the gif, here is the [recipe]( htt Updates ------- +9/18/2015 - 0.3.5 - now in stereo! + 8/25/2015 - 0.3.4 - added setting of bar width, bar spacing and frequency bandwidth to config file. 8/9/2015 - 0.3.3 - autodetection of alsa loopback interface @@ -279,8 +281,8 @@ If cava quits unexpectedly or is force killed, echo must be turned on manually w | Key | Description | | --- | ----------- | -| m | Swtich between smoothing modes | | up / down| increase/decrease sensitivity | +| left / right| increase/decrease bar width | | r | Reload configuration | | q or CTRL-C| Quit C.A.V.A. | @@ -307,7 +309,8 @@ Configuration file is located in `$XDG_CONFIG_HOME/cava/config` or `$HOME/.confi [output] method=ncurses - + style=stereo + [color] background=white foreground=blue @@ -347,6 +350,7 @@ Configuration file is located in `$XDG_CONFIG_HOME/cava/config` or `$HOME/.confi #### [output] * `method` may be `ncurses`, `noncurses` or `circle`. +* `style` visual styles, may be 'stereo' or 'mono'. Stereo mirrors both channels with low frequencies in center. Mono avrages both channels and outputs left to right lowest to highest frequencies #### [color] diff --git a/todo b/todo index 261573e..3a5d083 100644 --- a/todo +++ b/todo @@ -1,7 +1,6 @@ TODO ---- -* stereo-mirror * pulseaudio and configure script with optional dependencies * more key controls * switch to libconfig