Crates.io | fmod-audio-sys |
lib.rs | fmod-audio-sys |
version | 2.220.2 |
source | src |
created_at | 2024-06-04 02:40:17.668939 |
updated_at | 2024-06-11 03:14:46.13498 |
description | ffi bindings to FMOD and FMOD Studio |
homepage | |
repository | https://github.com/Speak2Erase/fmod-oxide |
max_upload_size | |
id | 1260647 |
size | 445,170 |
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
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
.