synthizer-sys 0.10.9

Low-level bindings to Synthizer, a library for 3D audio and effects
Documentation

Low-level Synthizer bindings

CI Status GitHub Sponsors Current Synthizer version: 0.10.0

This crate contains low-level Synthizer bindings generated with bindgen, plus a vendored copy of Synthizer. Currently, it is impossible to use dynamically linked/system versions of Synthizer, but this restriction will likely ebe lifted with Synthizer 1.0 when proper packaging eventually exists.

Synthizer itself is always compiled in release mode even in debug builds due to limitations in the cmake crate and the inability to change which version of the C standard library Rust links to on Windows. If you know how to fix this, feel free to open a PR.