Commit Graph

8 Commits

Author SHA1 Message Date
Oliver Schmidhauser
3af1f61fcb upadte cava package description 2018-08-06 22:19:23 +02:00
Oliver Schmidhauser
642e7062ab Enable pulseaudio in cava
The pulse method is the default of cava. Now that it is avalable and
works fairly well, I think we can enable it in cava. This way it can
also be used with cmus and other pulseaudio players.
The old method of fifo input (ncmpcpp visualizer output) can still be
enabled by adding the following to the config file
(`~/.config/cava/config`):

```
[input]
method = fifo
```
2018-08-06 22:19:23 +02:00
Fredrik Fornwall
635beeeae0 cava: Update from 0.6.0 to 0.6.1 2018-05-19 00:05:28 +02:00
Stephen
78c9c690d5 remove unneeded prefix from cava (#1632)
* remove unneeded prefix from cava

* test V=0 on make to shorten output

* move V=0 into separate PR
2017-10-08 22:04:35 +02:00
Fredrik Fornwall
1b3f3ebde9 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Oliver Schmidhauser
4b53725096 Update Cava to 0.6.0
This also fixes a problem of it segfaulting when "r" is pressed (should
reload the config)
2017-08-28 18:41:36 +02:00
Fredrik Fornwall
666547c93c cava: Avoid linking to pulseaudio 2017-08-26 23:48:00 +02:00
Oliver Schmidhauser
ec6185a60e Add package: Cava
Cava is an Audio Visualizer that can work together with MPD. It works
out of the Box if you enable "visulizer output" in MPD by either running
`mpc enable 3` or by enabling it in [7] in ncmpcpp.
2017-08-26 23:20:48 +02:00