Skip to content

Commit 5b6cada

Browse files
authored
cava: add page (#17235)
1 parent 0a90154 commit 5b6cada

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pages/common/cava.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)