mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-22 07:35:27 +02:00
cava: add page (#17235)
This commit is contained in:
parent
0a9015411c
commit
5b6cadaaed
1 changed files with 36 additions and 0 deletions
36
pages/common/cava.md
Normal file
36
pages/common/cava.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# cava
|
||||
|
||||
> Cross-platform audio visualizer.
|
||||
> More information: <https://github.com/karlstav/cava#usage>.
|
||||
|
||||
- Start the visualizer:
|
||||
|
||||
`cava`
|
||||
|
||||
- Use the specified configuration file:
|
||||
|
||||
`cava -p {{path/to/file}}`
|
||||
|
||||
- Increase/Decrease sensitivity:
|
||||
|
||||
`{{<ArrowUp>|<ArrowDown>}}`
|
||||
|
||||
- Increase/Decrease the number of bars:
|
||||
|
||||
`{{<ArrowRight>|<ArrowLeft>}}`
|
||||
|
||||
- Reload the configuration file (this resets the number of bars and sensitivity):
|
||||
|
||||
`<r>`
|
||||
|
||||
- Reload colors from the configuration file:
|
||||
|
||||
`<c>`
|
||||
|
||||
- Cycle the foreground/background color:
|
||||
|
||||
`{{<f>|<b>}}`
|
||||
|
||||
- Quit:
|
||||
|
||||
`<q>`
|
Loading…
Add table
Reference in a new issue