1 unstable release

0.1.0 Mar 5, 2024

#359 in Audio

33 downloads per month

MIT license

6KB
95 lines

egotism

Example

use egotism::Loopback;

fn main() {
    let mut lb = Loopback::new();
    let _ = lb.start();
}

Dependencies

~0.8–36MB
~472K SLoC