SampleWriter typedef

SampleWriter = void Function(double)

Writes a sample, usually clamping it to the range -1, 1.

Implementation

typedef SampleWriter = void Function(double);