FMOD Plugin
The FMOD plugin provides integration with FMOD library developed by Firelight Technologies. FMOD is a powerful solution that includes all the tools you need to add sound and music to video games and applications.
FMOD Plugin is compatible with the latest FMOD version 2.02.04.
Supported OS: Windows x64 and Linux.
Supported OS: Windows x64 and Linux.
See also#
- FMOD plugin classes
-
- source/samples/3rdparty/FMODCoreSample
- source/samples/3rdparty/FMODStudioSample
-
- source/csharp/samples/3rdparty/FMODCore
- source/csharp/samples/3rdparty/FMODStudio
Installing FMOD#
To be able to use this plugin:
-
Download the FMOD Engine installer available on the official website (in the FMOD Studio Suite section).
- Install the engine.
- Go to the FMOD installation folder and copy the following DLL's to the bin folder of your project:
- fmod.dll, fmodL.dll from /api/core/lib/x64/
- fmodstudio.dll, fmodstudioL.dll from /api/studio/lib/x64/
Launching FMOD Plugin#
To use FMOD Plugin, specify the extern_plugin command line option on the application start-up:
main_x64 -extern_plugin "UnigineFMOD"
Last update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)