fmod-audio-sys

Crates.iofmod-audio-sys
lib.rsfmod-audio-sys
version2.220.2
sourcesrc
created_at2024-06-04 02:40:17.668939
updated_at2024-06-11 03:14:46.13498
descriptionffi bindings to FMOD and FMOD Studio
homepage
repositoryhttps://github.com/Speak2Erase/fmod-oxide
max_upload_size
id1260647
size445,170
Melody Madeline Lyons (Speak2Erase)

documentation

README

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.

Commit count: 109

cargo fmt