-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededneed more coffeeExtra coffee is needed before I can do itExtra coffee is needed before I can do it
Description
based on #14
We probably need a separate crate without linking that will contain everything we need for FMOD DSP plugins development.
- Author of the original issue is correct that linking feels wrong via plugin development
- SDK contains separated
fmod_dsp.hwhich noted as header for DSP plugins development - We should be sure that plugins don't call FMOD functions and no need FMOD context
Probable solution:
A new crate libfmod-dsp-plugin based on fmod_dsp.h header which contains only definitions for DSP plugins development. Version and backward compatibility based on FMOD_PLUGIN_SDK_VERSION (provided by FMOD team). No linking. No FMOD context bindings.
Blocker:
Need more docs except white papers or any FMOD developer expertise to be sure that this solution correct
GitGhillie and utgarda
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededneed more coffeeExtra coffee is needed before I can do itExtra coffee is needed before I can do it