ASPiK SDK
Processing the Audio Data

In the audio processing phase, we need to pick up the audio inputs, process them through our algorithm, and then write them to the audio outputs. The processAudioFrame function will handle the audio processing by frame. It's sole function argument is a data structure that contains all the information we need to process a buffer of audio. Note that this also includes information from the host about the DAW session including BPM and time-signature information.