Skip to content

Commit 888f37f

Browse files
committed
updatet readme file
1 parent aac23b6 commit 888f37f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
C.A.V.A.
22
====================
33

4-
**C**onsole-based **A**udio **V**isualizer for **A**LSA
4+
**C**onsole-based **A**udio **V**isualizer for **A**LSA (now also with MPD and Pulseaudio support!)
55

66
by [Karl Stavestrand](mailto:[email protected])
77

@@ -56,14 +56,14 @@ Any tips or comments would be much appreciated.
5656
Build requirements
5757
------------------
5858

59-
* [ALSA dev files](http://alsa-project.org/)
6059
* [FFTW](http://www.fftw.org/)
6160
* [ncursesw dev files](http://www.gnu.org/software/ncurses/) (bundled in ncurses in arch)
61+
* [ALSA dev files](http://alsa-project.org/)
6262
* [Pulseaudio dev files](http://freedesktop.org/software/pulseaudio/doxygen/)
6363

6464
Only FFTW is actually required for CAVA to compile, but for maximum usage and preformance ncurses and pulseaudio and/or alsa dev files are recommended. Not sure how to get the pulseaudio dev files for other distros than debian/ubuntu or if they are bundled in pulseaudio.
6565

66-
This can be installed easily in all major distros:
66+
All these can be installed easily in all major distros:
6767

6868
Debian/Raspbian:
6969

@@ -82,7 +82,7 @@ Fedora:
8282
dnf install alsa-lib-devel ncurses-devel fftw3-devel
8383

8484

85-
A system-wide installation of Iniparser will also be used if it is installed, it not the bundled version will be used.
85+
A system-wide installation of Iniparser will also be used if it is installed, if not the bundled version will be used.
8686

8787

8888
Getting started
@@ -129,11 +129,12 @@ If you use 13.2 or 13.1 just replace *openSUSE_Tumbleweed* with *openSUSE_13.2*,
129129

130130
### Arch
131131

132-
Cava is in [AUR](https://aur.archlinux.org/packages/cava/), but is as of November 2015 slightly out of date.
132+
Cava is in [AUR](https://aur.archlinux.org/packages/cava/).
133133

134134
yaourt -S cava
135135

136136

137+
All distro specific instalations sources might be out of date.
137138

138139

139140
Capturing audio
@@ -147,9 +148,8 @@ If you're lucky all you have to do is to uncomment this line in the config file
147148

148149
method = pulse
149150

150-
If nothing happens you might have to use a different source then the default. Look at the config file for help.
151+
If nothing happens you might have to use a different source then the default. The default might also be your microphone. Look at the config file for help.
151152

152-
The output is dependent on the volume setting, use the arrow up and down keys to adjust cava to the audio.
153153

154154
### From ALSA-loopback device
155155

0 commit comments

Comments
 (0)