comparison spandsp-0.0.3/spandsp-0.0.3/src/spandsp.h @ 5:f762bf195c4b

import spandsp-0.0.3
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 16:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
4:26cd8f1ef0b1 5:f762bf195c4b
1 /*
2 * SpanDSP - a series of DSP components for telephony
3 *
4 * spandsp.h - The head guy amongst the headers
5 *
6 * Written by Steve Underwood <spandsp/steveu@coppice.org>
7 *
8 * Copyright (C) 2003 Steve Underwood
9 *
10 * All rights reserved.
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2, as
14 * published by the Free Software Foundation.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 *
25 * $Id: spandsp.h,v 1.46 2006/10/24 13:45:26 steveu Exp $
26 */
27
28 /*! \file */
29
30 #if !defined(_SPANDSP_H_)
31 #define _SPANDSP_H_
32
33 #include <inttypes.h>
34 #include <limits.h>
35 #include <time.h>
36 #include <tiffio.h>
37
38 #include <spandsp/telephony.h>
39 #include <spandsp/logging.h>
40 #include <spandsp/complex.h>
41 #include <spandsp/bit_operations.h>
42 #include <spandsp/bitstream.h>
43 #include <spandsp/queue.h>
44 #include <spandsp/schedule.h>
45 #include <spandsp/g711.h>
46 #include <spandsp/timing.h>
47 #include <spandsp/vector_float.h>
48 #include <spandsp/complex_vector_float.h>
49 #include <spandsp/vector_int.h>
50 #include <spandsp/arctan2.h>
51 #include <spandsp/biquad.h>
52 #include <spandsp/fir.h>
53 #include <spandsp/awgn.h>
54 #include <spandsp/bert.h>
55 #include <spandsp/power_meter.h>
56 #include <spandsp/complex_filters.h>
57 #include <spandsp/dc_restore.h>
58 #include <spandsp/dds.h>
59 #include <spandsp/echo.h>
60 #include <spandsp/modem_echo.h>
61 #include <spandsp/hdlc.h>
62 #include <spandsp/async.h>
63 #include <spandsp/noise.h>
64 #include <spandsp/time_scale.h>
65 #include <spandsp/tone_detect.h>
66 #include <spandsp/tone_generate.h>
67 #include <spandsp/dtmf.h>
68 #include <spandsp/bell_r2_mf.h>
69 #include <spandsp/super_tone_rx.h>
70 #include <spandsp/super_tone_tx.h>
71 #include <spandsp/modem_connect_tones.h>
72 #include <spandsp/sig_tone.h>
73 #include <spandsp/fsk.h>
74 #include <spandsp/silence_gen.h>
75 #include <spandsp/v29rx.h>
76 #include <spandsp/v29tx.h>
77 #if defined(ENABLE_V17)
78 #include <spandsp/v17rx.h>
79 #include <spandsp/v17tx.h>
80 #endif
81 #include <spandsp/v22bis.h>
82 #include <spandsp/v27ter_rx.h>
83 #include <spandsp/v27ter_tx.h>
84 #include <spandsp/v8.h>
85 #include <spandsp/v42.h>
86 #include <spandsp/v42bis.h>
87 #include <spandsp/t4.h>
88 #include <spandsp/t30.h>
89 #include <spandsp/t30_fcf.h>
90 #include <spandsp/t35.h>
91 #include <spandsp/at_interpreter.h>
92 #include <spandsp/t38_core.h>
93 #include <spandsp/t38_gateway.h>
94 #include <spandsp/t38_terminal.h>
95 #include <spandsp/t31.h>
96 #include <spandsp/fax.h>
97 #include <spandsp/adsi.h>
98 #include <spandsp/oki_adpcm.h>
99 #include <spandsp/ima_adpcm.h>
100 #include <spandsp/g722.h>
101 #include <spandsp/g726.h>
102 #include <spandsp/lpc10.h>
103 #include <spandsp/gsm0610.h>
104 #include <spandsp/plc.h>
105 #include <spandsp/playout.h>
106
107 #endif
108 /*- End of file ------------------------------------------------------------*/

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.