17 releases
0.10.10 | Mar 4, 2023 |
---|---|
0.10.9 | Dec 17, 2022 |
0.10.8 | Nov 12, 2022 |
0.10.5 | May 28, 2022 |
0.7.12 | Sep 19, 2020 |
#619 in Audio
Used in 2 crates
(via synthizer)
12MB
263K
SLoC
Low-level Synthizer bindings
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.