User Guide

Ruby Component
Processing Frames in a DLL
You can process Frames in an external DLL. This is useful if you need maximum performance or if you have existing algorithms written in
another language that you want to make use of.
To show you how this is done we've created a function, written in C, for a simple delay effect and put this in an external DLL. The code for
this function is as follows:
168 of 212