You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,14 +56,14 @@ Any tips or comments would be much appreciated.
56
56
Build requirements
57
57
------------------
58
58
59
-
*[ALSA dev files](http://alsa-project.org/)
60
59
*[FFTW](http://www.fftw.org/)
61
60
*[ncursesw dev files](http://www.gnu.org/software/ncurses/) (bundled in ncurses in arch)
61
+
*[ALSA dev files](http://alsa-project.org/)
62
62
*[Pulseaudio dev files](http://freedesktop.org/software/pulseaudio/doxygen/)
63
63
64
64
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.
65
65
66
-
This can be installed easily in all major distros:
66
+
All these can be installed easily in all major distros:
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.
86
86
87
87
88
88
Getting started
@@ -129,11 +129,12 @@ If you use 13.2 or 13.1 just replace *openSUSE_Tumbleweed* with *openSUSE_13.2*,
129
129
130
130
### Arch
131
131
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/).
133
133
134
134
yaourt -S cava
135
135
136
136
137
+
All distro specific instalations sources might be out of date.
137
138
138
139
139
140
Capturing audio
@@ -147,9 +148,8 @@ If you're lucky all you have to do is to uncomment this line in the config file
147
148
148
149
method = pulse
149
150
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.
151
152
152
-
The output is dependent on the volume setting, use the arrow up and down keys to adjust cava to the audio.
0 commit comments