synthizer-sys

Crates.iosynthizer-sys
lib.rssynthizer-sys
version0.10.10
sourcesrc
created_at2020-09-18 13:31:54.741715
updated_at2023-03-04 21:48:41.765117
descriptionLow-level bindings to Synthizer, a library for 3D audio and effects
homepage
repositoryhttps://github.com/synthizer/synthizer-rs
max_upload_size
id290114
size29,145,207
Austin Hicks (ahicks92)

documentation

README

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.

Commit count: 170

cargo fmt