spandsp.h

Go to the documentation of this file.
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 <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 Lesser General Public License version 2.1,
00014  * as published by the Free Software Foundation.
00015  *
00016  * This program is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019  * GNU Lesser General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Lesser General Public
00022  * License along with this program; if not, write to the Free Software
00023  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00024  *
00025  * $Id: spandsp.h.in,v 1.11 2008/09/19 14:02:05 steveu Exp $
00026  */
00027 
00028 /*! \file */
00029 
00030 #if !defined(_SPANDSP_H_)
00031 #define _SPANDSP_H_
00032 
00033 #undef SPANDSP_USE_FIXED_POINT
00034 #undef SPANDSP_MISALIGNED_ACCESS_FAILS
00035 
00036 #include <stdlib.h>
00037 #include <inttypes.h>
00038 #include <string.h>
00039 #include <limits.h>
00040 #include <time.h>
00041 #include <math.h>
00042 #include <tiffio.h>
00043 
00044 #include <spandsp/telephony.h>
00045 #include <spandsp/logging.h>
00046 #include <spandsp/complex.h>
00047 #include <spandsp/bit_operations.h>
00048 #include <spandsp/bitstream.h>
00049 #include <spandsp/queue.h>
00050 #include <spandsp/schedule.h>
00051 #include <spandsp/g711.h>
00052 #include <spandsp/timing.h>
00053 #include <spandsp/vector_float.h>
00054 #include <spandsp/complex_vector_float.h>
00055 #include <spandsp/vector_int.h>
00056 #include <spandsp/complex_vector_int.h>
00057 #include <spandsp/arctan2.h>
00058 #include <spandsp/biquad.h>
00059 #include <spandsp/fir.h>
00060 #include <spandsp/awgn.h>
00061 #include <spandsp/bert.h>
00062 #include <spandsp/power_meter.h>
00063 #include <spandsp/complex_filters.h>
00064 #include <spandsp/dc_restore.h>
00065 #include <spandsp/dds.h>
00066 #include <spandsp/echo.h>
00067 #include <spandsp/modem_echo.h>
00068 #include <spandsp/crc.h>
00069 #include <spandsp/hdlc.h>
00070 #include <spandsp/async.h>
00071 #include <spandsp/noise.h>
00072 #include <spandsp/saturated.h>
00073 #include <spandsp/time_scale.h>
00074 #include <spandsp/tone_detect.h>
00075 #include <spandsp/tone_generate.h>
00076 #include <spandsp/super_tone_rx.h>
00077 #include <spandsp/super_tone_tx.h>
00078 #include <spandsp/dtmf.h>
00079 #include <spandsp/bell_r2_mf.h>
00080 #include <spandsp/sig_tone.h>
00081 #include <spandsp/fsk.h>
00082 #include <spandsp/modem_connect_tones.h>
00083 #include <spandsp/silence_gen.h>
00084 #include <spandsp/v29rx.h>
00085 #include <spandsp/v29tx.h>
00086 #include <spandsp/v17rx.h>
00087 #include <spandsp/v17tx.h>
00088 #include <spandsp/v22bis.h>
00089 #include <spandsp/v27ter_rx.h>
00090 #include <spandsp/v27ter_tx.h>
00091 #include <spandsp/v8.h>
00092 #include <spandsp/v42.h>
00093 #include <spandsp/v42bis.h>
00094 #include <spandsp/t4.h>
00095 #include <spandsp/t30.h>
00096 #include <spandsp/t30_api.h>
00097 #include <spandsp/t30_fcf.h>
00098 #include <spandsp/t30_logging.h>
00099 #include <spandsp/t35.h>
00100 #include <spandsp/at_interpreter.h>
00101 #include <spandsp/fax_modems.h>
00102 #include <spandsp/fax.h>
00103 #include <spandsp/t38_core.h>
00104 #include <spandsp/t38_non_ecm_buffer.h>
00105 #include <spandsp/t38_gateway.h>
00106 #include <spandsp/t38_terminal.h>
00107 #include <spandsp/t31.h>
00108 #include <spandsp/adsi.h>
00109 #include <spandsp/oki_adpcm.h>
00110 #include <spandsp/ima_adpcm.h>
00111 #include <spandsp/g722.h>
00112 #include <spandsp/g726.h>
00113 #include <spandsp/lpc10.h>
00114 #include <spandsp/gsm0610.h>
00115 #include <spandsp/plc.h>
00116 #include <spandsp/playout.h>
00117 
00118 #endif
00119 /*- End of file ------------------------------------------------------------*/

Generated on Tue Oct 7 20:25:47 2008 for spandsp by  doxygen 1.5.6