Get sound data after dsp processing

Using Sound::lock will get you access to the RAW audio data before any processing is done.
https://fmod.com/resources/documentation-api?version=2.1&page=core-api-sound.html#sound_lock

You will want to add a capture DSP to the channel after the last DSP you want to include.