Apply DSP efx to an "external" signal

Hello,
Does FMOD allow DSP processing of a signal which is not managed by FMOD channels?
E.g. Buffer -> FMOD Processing -> Buffer

I want to apply some DSP effects on it such as filtering without dealing with channels as I don’t need to play the buffer, I just need the processed bytes.

Hi Juan,
Apologies for the delay in replying. You can definitely just process data, if you use a channelgroup you can use ChannelGroup::addDSP and if you have some data you want to feed into FMOD you can create your own DSP and use a read callback to pass in a buffer too.

http://www.fmod.org/documentation/#content/generated/overview/dsptutorial.html can give you some more information.

regards,