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

#372 in Audio

Download history 11/week @ 2024-07-22 132/week @ 2024-07-29 205/week @ 2024-08-05 76/week @ 2024-08-19 96/week @ 2024-08-26 4/week @ 2024-09-02 104/week @ 2024-09-09 5/week @ 2024-09-16 39/week @ 2024-09-23 35/week @ 2024-09-30 24/week @ 2024-10-07 3/week @ 2024-10-14 84/week @ 2024-10-21 6/week @ 2024-10-28 93/week @ 2024-11-04

187 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

~7.5MB
~129K SLoC