00001 /* 00002 * SpanDSP - a series of DSP components for telephony 00003 * 00004 * spandsp.h - The head guy amongst the headers 00005 * 00006 * Written by Steve Underwood <spandsp/steveu@coppice.org> 00007 * 00008 * Copyright (C) 2003 Steve Underwood 00009 * 00010 * All rights reserved. 00011 * 00012 * This program is free software; you can redistribute it and/or modify 00013 * it under the terms of the GNU General Public License as published by 00014 * the Free Software Foundation; either version 2 of the License, or 00015 * (at your option) any later version. 00016 * 00017 * This program is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public License 00023 * along with this program; if not, write to the Free Software 00024 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00025 * 00026 * $Id: spandsp.h,v 1.28 2005/11/23 17:09:46 steveu Exp $ 00027 */ 00028 00029 /*! \file */ 00030 00031 #if !defined(_SPANDSP_H_) 00032 #define _SPANDSP_H_ 00033 00034 #include <inttypes.h> 00035 #include <limits.h> 00036 #include <time.h> 00037 #include <tiffio.h> 00038 00039 #include <spandsp/telephony.h> 00040 #include <spandsp/logging.h> 00041 #include <spandsp/queue.h> 00042 #include <spandsp/schedule.h> 00043 #include <spandsp/alaw_ulaw.h> 00044 #include <spandsp/timing.h> 00045 #include <spandsp/vector.h> 00046 #include <spandsp/complex.h> 00047 #include <spandsp/mmx.h> 00048 #include <spandsp/arctan2.h> 00049 #include <spandsp/biquad.h> 00050 #include <spandsp/fir.h> 00051 #include <spandsp/awgn.h> 00052 #include <spandsp/bert.h> 00053 #include <spandsp/power_meter.h> 00054 #include <spandsp/complex_filters.h> 00055 #include <spandsp/dc_restore.h> 00056 #include <spandsp/dds.h> 00057 #include <spandsp/echo.h> 00058 #include <spandsp/modem_echo.h> 00059 #include <spandsp/hdlc.h> 00060 #include <spandsp/async.h> 00061 #include <spandsp/noise.h> 00062 #include <spandsp/oss.h> 00063 #include <spandsp/time_scale.h> 00064 #include <spandsp/tone_detect.h> 00065 #include <spandsp/tone_generate.h> 00066 #include <spandsp/super_tone_rx.h> 00067 #include <spandsp/super_tone_tx.h> 00068 #include <spandsp/ec_disable_tone.h> 00069 #include <spandsp/sig_tone.h> 00070 #include <spandsp/fsk.h> 00071 #include <spandsp/v29rx.h> 00072 #include <spandsp/v29tx.h> 00073 #if defined(ENABLE_V17) 00074 #include <spandsp/v17rx.h> 00075 #include <spandsp/v17tx.h> 00076 #endif 00077 #include <spandsp/v22bis.h> 00078 #include <spandsp/v27ter_rx.h> 00079 #include <spandsp/v27ter_tx.h> 00080 #include <spandsp/v8.h> 00081 #include <spandsp/v42.h> 00082 #include <spandsp/v42bis.h> 00083 #include <spandsp/t4.h> 00084 #include <spandsp/t30.h> 00085 #include <spandsp/t30_fcf.h> 00086 #include <spandsp/t35.h> 00087 #include <spandsp/t31.h> 00088 #include <spandsp/adsi.h> 00089 #include <spandsp/oki_adpcm.h> 00090 #include <spandsp/ima_adpcm.h> 00091 #include <spandsp/g722.h> 00092 #include <spandsp/g726.h> 00093 #include <spandsp/plc.h> 00094 #include <spandsp/playout.h> 00095 00096 #endif 00097 /*- End of file ------------------------------------------------------------*/