AudiClean
|
#include <SampleCallback.h>
Public Member Functions | |
virtual void | NextSample (double next)=0 |
A simple callback to pass audio samples through the filtering pipeline. Samples are treated as double-precision values in range [-1, 1]. Derived classes must implement the abstract function NextSample()
|
pure virtual |
Implemented in FilterInputNoise, FilterInputSignal, SoxEndpoint, Plotter, and SampleLink.