comparison spandsp-0.0.6pre17/src/spandsp.h.in @ 4:26cd8f1ef0b1

import spandsp-0.0.6pre17
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 15:50:58 +0200
parents
children
comparison
equal deleted inserted replaced
3:c6c5a16ce2f2 4:26cd8f1ef0b1
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 <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 Lesser General Public License version 2.1,
14 * as 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 Lesser General Public License for more details.
20 *
21 * You should have received a copy of the GNU Lesser General Public
22 * License 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.in,v 1.19.4.1 2009/12/19 09:47:56 steveu Exp $
26 */
27
28 /*! \file */
29
30 #if !defined(_SPANDSP_H_)
31 #define _SPANDSP_H_
32
33 @SPANDSP_USE_FIXED_POINT@
34 @SPANDSP_MISALIGNED_ACCESS_FAILS@
35
36 @SPANDSP_USE_EXPORT_CAPABILITY@
37
38 #include <stdlib.h>
39 @INSERT_INTTYPES_HEADER@
40 #include <string.h>
41 #include <limits.h>
42 #include <time.h>
43 @INSERT_MATH_HEADER@
44 #include <tiffio.h>
45
46 #include <spandsp/telephony.h>
47 #include <spandsp/fast_convert.h>
48 #include <spandsp/logging.h>
49 #include <spandsp/complex.h>
50 #include <spandsp/bit_operations.h>
51 #include <spandsp/bitstream.h>
52 #include <spandsp/queue.h>
53 #include <spandsp/schedule.h>
54 #include <spandsp/g711.h>
55 #include <spandsp/timing.h>
56 #include <spandsp/vector_float.h>
57 #include <spandsp/complex_vector_float.h>
58 #include <spandsp/vector_int.h>
59 #include <spandsp/complex_vector_int.h>
60 #include <spandsp/arctan2.h>
61 #include <spandsp/biquad.h>
62 #include <spandsp/fir.h>
63 #include <spandsp/awgn.h>
64 #include <spandsp/bert.h>
65 #include <spandsp/power_meter.h>
66 #include <spandsp/complex_filters.h>
67 #include <spandsp/dc_restore.h>
68 #include <spandsp/dds.h>
69 #include <spandsp/swept_tone.h>
70 #include <spandsp/echo.h>
71 #include <spandsp/modem_echo.h>
72 #include <spandsp/crc.h>
73 #include <spandsp/async.h>
74 #include <spandsp/hdlc.h>
75 #include <spandsp/noise.h>
76 #include <spandsp/saturated.h>
77 #include <spandsp/time_scale.h>
78 #include <spandsp/tone_detect.h>
79 #include <spandsp/tone_generate.h>
80 #include <spandsp/super_tone_rx.h>
81 #include <spandsp/super_tone_tx.h>
82 #include <spandsp/dtmf.h>
83 #include <spandsp/bell_r2_mf.h>
84 #include <spandsp/sig_tone.h>
85 #include <spandsp/fsk.h>
86 #include <spandsp/modem_connect_tones.h>
87 #include <spandsp/silence_gen.h>
88 #include <spandsp/v29rx.h>
89 #include <spandsp/v29tx.h>
90 #include <spandsp/v17rx.h>
91 #include <spandsp/v17tx.h>
92 #include <spandsp/v22bis.h>
93 #include <spandsp/v27ter_rx.h>
94 #include <spandsp/v27ter_tx.h>
95 #include <spandsp/v8.h>
96 #include <spandsp/v18.h>
97 #include <spandsp/v42.h>
98 #include <spandsp/v42bis.h>
99 #include <spandsp/t4_rx.h>
100 #include <spandsp/t4_tx.h>
101 #include <spandsp/t30.h>
102 #include <spandsp/t30_api.h>
103 #include <spandsp/t30_fcf.h>
104 #include <spandsp/t30_logging.h>
105 #include <spandsp/t35.h>
106 #include <spandsp/at_interpreter.h>
107 #include <spandsp/fax_modems.h>
108 #include <spandsp/fax.h>
109 #include <spandsp/t38_core.h>
110 #include <spandsp/t38_non_ecm_buffer.h>
111 #include <spandsp/t38_gateway.h>
112 #include <spandsp/t38_terminal.h>
113 #include <spandsp/t31.h>
114 #include <spandsp/adsi.h>
115 #include <spandsp/oki_adpcm.h>
116 #include <spandsp/ima_adpcm.h>
117 #include <spandsp/g722.h>
118 #include <spandsp/g726.h>
119 #include <spandsp/lpc10.h>
120 #include <spandsp/gsm0610.h>
121 #include <spandsp/plc.h>
122 #include <spandsp/playout.h>
123
124 #endif
125
126 #if defined(SPANDSP_EXPOSE_INTERNAL_STRUCTURES)
127 #include <spandsp/expose.h>
128 #endif
129 /*- End of file ------------------------------------------------------------*/

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