HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cava — Cross-platform audio visualizer. More information: <https://github.com/karlstav/cava#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandvisualizerclicrossplatformaudiomorecava

Problem

How to use the cava command: Cross-platform audio visualizer. More information: <https://github.com/karlstav/cava#usage>.

Solution

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>

Code Snippets

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>

Context

tldr-pages: common/cava

Revisions (0)

No revisions yet.