Skip to content

Commit 0dafd39

Browse files
committed
updatet readme file prepare stereo release
1 parent e02e383 commit 0dafd39

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ thanks to [anko](https://github.com/anko) for the gif, here is the [recipe]( htt
5050
Updates
5151
-------
5252

53+
9/18/2015 - 0.3.5 - now in stereo!
54+
5355
8/25/2015 - 0.3.4 - added setting of bar width, bar spacing and frequency bandwidth to config file.
5456

5557
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
279281

280282
| Key | Description |
281283
| --- | ----------- |
282-
| <kbd>m</kbd> | Swtich between smoothing modes |
283284
| <kbd>up</kbd> / <kbd>down</kbd>| increase/decrease sensitivity |
285+
| <kbd>left</kbd> / <kbd>right</kbd>| increase/decrease bar width |
284286
| <kbd>r</kbd> | Reload configuration |
285287
| <kbd>q</kbd> or <kbd>CTRL-C</kbd>| Quit C.A.V.A. |
286288

@@ -307,7 +309,8 @@ Configuration file is located in `$XDG_CONFIG_HOME/cava/config` or `$HOME/.confi
307309

308310
[output]
309311
method=ncurses
310-
312+
style=stereo
313+
311314
[color]
312315
background=white
313316
foreground=blue
@@ -347,6 +350,7 @@ Configuration file is located in `$XDG_CONFIG_HOME/cava/config` or `$HOME/.confi
347350
#### [output]
348351

349352
* `method` may be `ncurses`, `noncurses` or `circle`.
353+
* `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
350354

351355
#### [color]
352356

todo

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
TODO
22
----
33

4-
* stereo-mirror
54
* pulseaudio and configure script with optional dependencies
65
* more key controls
76
* switch to libconfig

0 commit comments

Comments
 (0)