Ilya Lebedev
Ilya Lebedev
The one listed now [fmod](https://crates.io/crates/libfmod) is for old FMOD Ex version. A new unofficial binding [libfmod](https://crates.io/crates/libfmod) supports new releases of FMOD Engine / Studio. ```toml [[items]] name = "libfmod" source...
based on #14 We probably need a separate crate without linking that will contain everything we need for FMOD DSP plugins development. * Author of the original issue is correct...
The main feature of this crate is that it is automatically generated. This allows to maintain the current version with minimal costs (as a pet project, no real development required)....