Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 444 Bytes

File metadata and controls

12 lines (8 loc) · 444 Bytes

Relm4 Cairo - Audio Visualizer

demo

This is a simple example of how to use Relm4 to create a simple audio visualizer using cairo drawing. We use the cava binary to get the audio data and then we draw it using cairo.

How to run

  • First, you need to install the cava binary in your linux distribution.
  • You can then run by using cargo run