We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a90154 commit 5b6cadaCopy full SHA for 5b6cada
pages/common/cava.md
@@ -0,0 +1,36 @@
1
+# cava
2
+
3
+> Cross-platform audio visualizer.
4
+> More information: <https://github.com/karlstav/cava#usage>.
5
6
+- Start the visualizer:
7
8
+`cava`
9
10
+- Use the specified configuration file:
11
12
+`cava -p {{path/to/file}}`
13
14
+- Increase/Decrease sensitivity:
15
16
+`{{<ArrowUp>|<ArrowDown>}}`
17
18
+- Increase/Decrease the number of bars:
19
20
+`{{<ArrowRight>|<ArrowLeft>}}`
21
22
+- Reload the configuration file (this resets the number of bars and sensitivity):
23
24
+`<r>`
25
26
+- Reload colors from the configuration file:
27
28
+`<c>`
29
30
+- Cycle the foreground/background color:
31
32
+`{{<f>|<b>}}`
33
34
+- Quit:
35
36
+`<q>`
0 commit comments