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.
- First, you need to install the cava binary in your linux distribution.
- You can then run by using
cargo run
