synthizer 0.5.4

bindings to Synthizer, a library for 3D audio and effects
Documentation
1
2
3
4
5
6
use synthizer as syz;

#[test]
fn test_initialize() {
    let _guard = syz::initialize().expect("Synthizer should initialize");
}