Cavacore-rs
A rewrite in rust of cavacore.
Example
use ;
let mut cava = default
.audio_channels
.build
.unwrap;
// feed cava with some samples
let mut new_samples: = ;
let mut bars = cava.make_output;
// and let it give you the bars
cava.execute;