rill-io 0.3.0

Audio I/O backends for Rill - CPAL, ALSA, PipeWire, JACK
Documentation
1
2
3
4
5
6
// NOTE: This example has been removed because it depended on the
// `rill-buffers` crate (removed) and the old `AudioGraph` API
// (pre-`GraphBuilder`). See `graph_processing.rs` for a working graph example.
fn main() {
    eprintln!("This example is no longer available. See graph_processing.rs instead.");
}