2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2003 Net Integration Technologies, Inc.
5 * Telephony routines: echo cancellation, dc offset removal, automatic
8 * This is all implemented in plain old C so that it cooperates will with
18 #include <string.h> /* To get size_t */
20 extern void echo_cancel(const short *out_buf
,
25 short *echo_cancelled_in
);