SPKitRectifier overrides getSample() for rectifying the input signal.
getSample() requests a sample from its input and stores the absolute value of the sample in outputSample.
The function returns 0 when all its inputs run out of samples, 1 otherwise.
Auhor: Kai Lassfolk