Separate crate for FMOD plugins development #15
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
need more coffee
Extra coffee is needed before I can do it
based on #14
We probably need a separate crate without linking that will contain everything we need for FMOD DSP plugins development.
fmod_dsp.h
which noted as header for DSP plugins developmentProbable solution:
A new crate
libfmod-dsp-plugin
based onfmod_dsp.h
header which contains only definitions for DSP plugins development. Version and backward compatibility based onFMOD_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
The text was updated successfully, but these errors were encountered: