7 #include "despikewindow.h"
8 #include "pluginaclient.h"
15 int equivalent(DespikeConfig
&that
);
16 void copy_from(DespikeConfig
&that
);
17 void interpolate(DespikeConfig
&prev
,
21 int64_t current_frame
);
27 class Despike
: public PluginAClient
30 Despike(PluginServer
*server
);
34 int load_configuration();
44 int process_realtime(int64_t size
, double *input_ptr
, double *output_ptr
);
47 void save_data(KeyFrame
*keyframe
);
48 void read_data(KeyFrame
*keyframe
);
51 // non realtime support
56 DespikeThread
*thread
;