Custom DSP Example

FMOD Low Level API

Firelight Technologies FMOD Studio API

Custom DSP Example

This example shows how to add a user created DSP callback to process audio data. The read callback is executed at runtime, and can be added anywhere in the DSP network.

Location

The example is located at api/lowlevel/examples/dsp_custom.cpp.