phonon-fmod

Crates.iophonon-fmod
lib.rsphonon-fmod
version0.2.0
sourcesrc
created_at2024-04-20 15:40:32.142745
updated_at2024-10-02 19:30:09.000506
descriptionFMOD integration for the unofficial Steam Audio Rust rewrite
homepage
repositoryhttps://github.com/GitGhillie/phonon_rs
max_upload_size
id1214670
size81,167
(GitGhillie)

documentation

https://docs.rs/phonon-fmod

README

FMOD Plugin for phonon_rs

Please see https://github.com/GitGhillie/phonon_rs for a list of features and game engine integrations. Use this crate to integrate phonon_rs with your game engine if you are using FMOD.

While it is not necessary for this plugin to link with the FMOD libraries, libfmod does require it at the moment (see issue). See https://github.com/lebedec/libfmod for instructions on installing the FMOD libraries.

Once built the dylib can be loaded into FMOD Studio and the application:

For FMOD Studio place it in one of the folders indicated here: https://www.fmod.com/docs/2.02/studio/plugin-reference.html#loading-plug-ins

Place phonon_fmod.plugin.js in the same folder to give the plugin a user-friendly appearance inside FMOD.

On the application side the plugin can either be dynamically or statically linked.

FMOD Phonon Spatializer

Commit count: 31

cargo fmt