remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / echocancel / echocancel.h
index 3576734799967e90e19166e64a6ad70b666bc644..b2032590093a3ad6d632a6989483b0a76224425a 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2011 Adam Williams <broadcast at earthling dot net>
 /*
  * CINELERRA
  * Copyright (C) 1997-2011 Adam Williams <broadcast at earthling dot net>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- * 
+ *
  */
 
 #ifndef ECHOCANCEL_H
  */
 
 #ifndef ECHOCANCEL_H
@@ -158,7 +158,7 @@ public:
        void calculate_point(int do_overlay);
        void draw_frame(float *data, int len, int hh);
        void draw_overlay();
        void calculate_point(int do_overlay);
        void draw_frame(float *data, int len, int hh);
        void draw_overlay();
-       enum { NONE, DRAG }; 
+       enum { NONE, DRAG };
        int current_operation;
        bool is_dragging() { return current_operation == DRAG; }
        EchoCancel *plugin;
        int current_operation;
        bool is_dragging() { return current_operation == DRAG; }
        EchoCancel *plugin;
@@ -247,10 +247,10 @@ public:
        EchoCancelConfig();
        int equivalent(EchoCancelConfig &that);
        void copy_from(EchoCancelConfig &that);
        EchoCancelConfig();
        int equivalent(EchoCancelConfig &that);
        void copy_from(EchoCancelConfig &that);
-       void interpolate(EchoCancelConfig &prev, 
-               EchoCancelConfig &next, 
-               int64_t prev_frame, 
-               int64_t next_frame, 
+       void interpolate(EchoCancelConfig &prev,
+               EchoCancelConfig &next,
+               int64_t prev_frame,
+               int64_t next_frame,
                int64_t current_frame);
        double level;
        int normalize;
                int64_t current_frame);
        double level;
        int normalize;
@@ -344,7 +344,7 @@ class EchoCancel : public PluginAClient
 public:
        EchoCancel(PluginServer *server);
        ~EchoCancel();
 public:
        EchoCancel(PluginServer *server);
        ~EchoCancel();
-       
+
        PLUGIN_CLASS_MEMBERS2(EchoCancelConfig)
        int is_realtime();
        int process_buffer(int64_t size, Samples *buffer,
        PLUGIN_CLASS_MEMBERS2(EchoCancelConfig)
        int is_realtime();
        int process_buffer(int64_t size, Samples *buffer,
@@ -352,9 +352,9 @@ public:
        void read_data(KeyFrame *keyframe);
        void save_data(KeyFrame *keyframe);
        void update_gui();
        void read_data(KeyFrame *keyframe);
        void save_data(KeyFrame *keyframe);
        void update_gui();
-       void render_gui(void *data, int size);  
+       void render_gui(void *data, int size);
        void render_stop();
        void render_stop();
-       
+
        void reset();
        void cepstrum(double *audio);
        void calculate_envelope(int sample_rate, int peaks, int bsz);
        void reset();
        void cepstrum(double *audio);
        void calculate_envelope(int sample_rate, int peaks, int bsz);