Cava-rs
A rust wrapper for cavacore.
Required dependencies
- [
fftw3]
Example
use ;
// Configure cava with the builder first...
let builder = Builder ;
let mut cava = builder.build.expect;
// feed cava with some samples
let mut new_samples: = ;
// and let it give you the bars back
let bars = cava.execute;