4 releases
Uses new Rust 2024
| 2.220.2 |
|
|---|---|
| 2.2.20 |
|
| 0.1.3 | Jul 1, 2025 |
| 0.1.2 | May 23, 2025 |
#1622 in Audio
496 downloads per month
Used in fmod-oxide
47KB
876 lines
fmod-audio-sys
Low level bindgen wrappers for FMOD, like other -sys crates.
The library itself is licensed under MPLv2 and does not include FMOD's API!
You will need to download FMOD yourself to make full use of this crate.
Currently named fmod-audio-sys both to distinguish itself as bindings for the FMOD audio engine and because fmod-sys is already taken :p
Usage
Add this crate as a dependency:
[dependencies]
fmod-audio-sys = "2.220.0"
You'll need to download and install FMOD's API. On Windows, all you need to do is run the installer- everything else is handled for you.
On other platforms, you'll need to place FMOD somewhere (usually your binary's root) and set FMOD_SYS_FMOD_DIRECTORY via .cargo/config.toml.
Dependencies
~0.2–2.3MB
~45K SLoC