6 releases

0.13.5 Apr 23, 2024
0.13.4 Feb 18, 2024
0.13.2 Mar 28, 2023
0.12.8 Sep 4, 2022

#327 in Audio

Download history 96/week @ 2024-02-12 59/week @ 2024-02-19 29/week @ 2024-02-26 10/week @ 2024-03-04 23/week @ 2024-03-11 45/week @ 2024-04-01 149/week @ 2024-04-22 11/week @ 2024-04-29

162 downloads per month

Custom license

280KB
6K SLoC

glicol-rs

You can use this crate to build audio apps with Glicol syntax.

use glicol::Engine; 
fn main() {
    let mut engine = Engine::<32>::new();
    engine.update_with_code(r#"o: sin 440"#);
    println!("next block {:?}", engine.next_block(vec![]));
}

More examples here.

Learn Glicol syntax here.

It compiles to WebAssembly and runs in browsers.

It can also be used on VST and Bela, but these are all experimental.

See the GitHub repository for details.

Dependencies

~7MB
~125K SLoC