X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fechocancel%2Fechocancel.h;h=b2032590093a3ad6d632a6989483b0a76224425a;hp=3576734799967e90e19166e64a6ad70b666bc644;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/echocancel/echocancel.h b/cinelerra-5.1/plugins/echocancel/echocancel.h index 35767347..b2032590 100644 --- a/cinelerra-5.1/plugins/echocancel/echocancel.h +++ b/cinelerra-5.1/plugins/echocancel/echocancel.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 1997-2011 Adam Williams - * + * * 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. - * + * * 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 @@ -158,7 +158,7 @@ public: 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; @@ -247,10 +247,10 @@ public: 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; @@ -344,7 +344,7 @@ class EchoCancel : public PluginAClient public: EchoCancel(PluginServer *server); ~EchoCancel(); - + 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 render_gui(void *data, int size); + void render_gui(void *data, int size); void render_stop(); - + void reset(); void cepstrum(double *audio); void calculate_envelope(int sample_rate, int peaks, int bsz);