Crates.io | phonon-fmod |
lib.rs | phonon-fmod |
version | 0.2.0 |
source | src |
created_at | 2024-04-20 15:40:32.142745 |
updated_at | 2024-10-02 19:30:09.000506 |
description | FMOD integration for the unofficial Steam Audio Rust rewrite |
homepage | |
repository | https://github.com/GitGhillie/phonon_rs |
max_upload_size | |
id | 1214670 |
size | 81,167 |
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.