Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/src/msvc/spandsp.h @ 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 #define __inline__ __inline | |
| 34 #pragma warning(disable:4200) | |
| 35 | |
| 36 #undef SPANDSP_USE_FIXED_POINT | |
| 37 #undef SPANDSP_MISALIGNED_ACCESS_FAILS | |
| 38 | |
| 39 #define SPANDSP_USE_EXPORT_CAPABILITY 1 | |
| 40 | |
| 41 #include <stdlib.h> | |
| 42 #include <msvc/inttypes.h> | |
| 43 #include <string.h> | |
| 44 #include <limits.h> | |
| 45 #include <time.h> | |
| 46 #include <math.h> | |
| 47 #include <tiffio.h> | |
| 48 | |
| 49 #include <spandsp/telephony.h> | |
| 50 #include <spandsp/fast_convert.h> | |
| 51 #include <spandsp/logging.h> | |
| 52 #include <spandsp/complex.h> | |
| 53 #include <spandsp/bit_operations.h> | |
| 54 #include <spandsp/bitstream.h> | |
| 55 #include <spandsp/queue.h> | |
| 56 #include <spandsp/schedule.h> | |
| 57 #include <spandsp/g711.h> | |
| 58 #include <spandsp/timing.h> | |
| 59 #include <spandsp/vector_float.h> | |
| 60 #include <spandsp/complex_vector_float.h> | |
| 61 #include <spandsp/vector_int.h> | |
| 62 #include <spandsp/complex_vector_int.h> | |
| 63 #include <spandsp/arctan2.h> | |
| 64 #include <spandsp/biquad.h> | |
| 65 #include <spandsp/fir.h> | |
| 66 #include <spandsp/awgn.h> | |
| 67 #include <spandsp/bert.h> | |
| 68 #include <spandsp/power_meter.h> | |
| 69 #include <spandsp/complex_filters.h> | |
| 70 #include <spandsp/dc_restore.h> | |
| 71 #include <spandsp/dds.h> | |
| 72 #include <spandsp/swept_tone.h> | |
| 73 #include <spandsp/echo.h> | |
| 74 #include <spandsp/modem_echo.h> | |
| 75 #include <spandsp/crc.h> | |
| 76 #include <spandsp/async.h> | |
| 77 #include <spandsp/hdlc.h> | |
| 78 #include <spandsp/noise.h> | |
| 79 #include <spandsp/saturated.h> | |
| 80 #include <spandsp/time_scale.h> | |
| 81 #include <spandsp/tone_detect.h> | |
| 82 #include <spandsp/tone_generate.h> | |
| 83 #include <spandsp/super_tone_rx.h> | |
| 84 #include <spandsp/super_tone_tx.h> | |
| 85 #include <spandsp/dtmf.h> | |
| 86 #include <spandsp/bell_r2_mf.h> | |
| 87 #include <spandsp/sig_tone.h> | |
| 88 #include <spandsp/fsk.h> | |
| 89 #include <spandsp/modem_connect_tones.h> | |
| 90 #include <spandsp/silence_gen.h> | |
| 91 #include <spandsp/v29rx.h> | |
| 92 #include <spandsp/v29tx.h> | |
| 93 #include <spandsp/v17rx.h> | |
| 94 #include <spandsp/v17tx.h> | |
| 95 #include <spandsp/v22bis.h> | |
| 96 #include <spandsp/v27ter_rx.h> | |
| 97 #include <spandsp/v27ter_tx.h> | |
| 98 #include <spandsp/v8.h> | |
| 99 #include <spandsp/v18.h> | |
| 100 #include <spandsp/v42.h> | |
| 101 #include <spandsp/v42bis.h> | |
| 102 #include <spandsp/t4_rx.h> | |
| 103 #include <spandsp/t4_tx.h> | |
| 104 #include <spandsp/t30.h> | |
| 105 #include <spandsp/t30_api.h> | |
| 106 #include <spandsp/t30_fcf.h> | |
| 107 #include <spandsp/t30_logging.h> | |
| 108 #include <spandsp/t35.h> | |
| 109 #include <spandsp/at_interpreter.h> | |
| 110 #include <spandsp/fax_modems.h> | |
| 111 #include <spandsp/fax.h> | |
| 112 #include <spandsp/t38_core.h> | |
| 113 #include <spandsp/t38_non_ecm_buffer.h> | |
| 114 #include <spandsp/t38_gateway.h> | |
| 115 #include <spandsp/t38_terminal.h> | |
| 116 #include <spandsp/t31.h> | |
| 117 #include <spandsp/adsi.h> | |
| 118 #include <spandsp/oki_adpcm.h> | |
| 119 #include <spandsp/ima_adpcm.h> | |
| 120 #include <spandsp/g722.h> | |
| 121 #include <spandsp/g726.h> | |
| 122 #include <spandsp/lpc10.h> | |
| 123 #include <spandsp/gsm0610.h> | |
| 124 #include <spandsp/plc.h> | |
| 125 #include <spandsp/playout.h> | |
| 126 | |
| 127 #endif | |
| 128 | |
| 129 #if defined(SPANDSP_EXPOSE_INTERNAL_STRUCTURES) | |
| 130 #include <spandsp/expose.h> | |
| 131 #endif | |
| 132 /*- End of file ------------------------------------------------------------*/ |
