Плагин FMOD
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 обеспечивает интеграцию с библиотекой FMOD, разработанной Firelight Technologies. FMOD - это мощное решение, которое включает в себя все инструменты, необходимые для добавления звука и музыки в видеоигры и приложения.
Supported OS: Windows x64 and Linux.Плагин FMOD совместим с последней версией FMOD 2.02.04.
Поддерживаемые ОС: Windows x64 и Linux.
See alsoСмотрите также#
- FMOD plugin classesКлассы FMOD плагина
-
C++ API samples: Примеры API C++:
- source/samples/3rdparty/FMODCoreSample
- source/samples/3rdparty/FMODStudioSample
-
C# API samples: Примеры C# API:
- source/csharp/samples/3rdparty/FMODCore
- source/csharp/samples/3rdparty/FMODStudio
Installing FMODУстановка FMOD#
To be able to use this plugin:Чтобы иметь возможность использовать этот плагин:
-
Download the FMOD Engine installer available on the official website (in the FMOD Studio Suite section).Загрузите установщик движка FMOD, доступный на официальном веб-сайте (в разделе FMOD Studio Suite).
- 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/
- fmod.dll, fmodL.dll из /api/core/lib/x64/
- fmodstudio.dll, fmodstudioL.dll из /api/studio/lib/x64/
Launching FMOD PluginЗапуск плагина FMOD#
To use FMOD Plugin, specify the extern_plugin command line option on the application start-up:Чтобы использовать FMOD Plugin, укажите параметр командной строки extern_plugin при запуске приложения:
main_x64 -extern_plugin "UnigineFMOD"