Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/src/spandsp/expose.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 * expose.h - Expose the internal structures of spandsp, for users who | |
| 5 * really need that. | |
| 6 * | |
| 7 * Written by Steve Underwood <steveu@coppice.org> | |
| 8 * | |
| 9 * Copyright (C) 2008 Steve Underwood | |
| 10 * | |
| 11 * All rights reserved. | |
| 12 * | |
| 13 * This program is free software; you can redistribute it and/or modify | |
| 14 * it under the terms of the GNU Lesser General Public License version 2.1, | |
| 15 * as published by the Free Software Foundation. | |
| 16 * | |
| 17 * This program is distributed in the hope that it will be useful, | |
| 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 20 * GNU Lesser General Public License for more details. | |
| 21 * | |
| 22 * You should have received a copy of the GNU Lesser General Public | |
| 23 * License along with this program; if not, write to the Free Software | |
| 24 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
| 25 * | |
| 26 * $Id: expose.h,v 1.14.4.1 2009/12/19 09:47:56 steveu Exp $ | |
| 27 */ | |
| 28 | |
| 29 /*! \file */ | |
| 30 | |
| 31 /* TRY TO ONLY INCLUDE THIS IF YOU REALLY REALLY HAVE TO */ | |
| 32 | |
| 33 #if !defined(_SPANDSP_EXPOSE_H_) | |
| 34 #define _SPANDSP_EXPOSE_H_ | |
| 35 | |
| 36 #include <spandsp/private/logging.h> | |
| 37 #include <spandsp/private/schedule.h> | |
| 38 #include <spandsp/private/bitstream.h> | |
| 39 #include <spandsp/private/queue.h> | |
| 40 #include <spandsp/private/awgn.h> | |
| 41 #include <spandsp/private/noise.h> | |
| 42 #include <spandsp/private/bert.h> | |
| 43 #include <spandsp/private/tone_generate.h> | |
| 44 #include <spandsp/private/bell_r2_mf.h> | |
| 45 #include <spandsp/private/sig_tone.h> | |
| 46 #include <spandsp/private/dtmf.h> | |
| 47 #include <spandsp/private/g711.h> | |
| 48 #include <spandsp/private/g722.h> | |
| 49 #include <spandsp/private/g726.h> | |
| 50 #include <spandsp/private/lpc10.h> | |
| 51 #include <spandsp/private/gsm0610.h> | |
| 52 #include <spandsp/private/oki_adpcm.h> | |
| 53 #include <spandsp/private/ima_adpcm.h> | |
| 54 #include <spandsp/private/hdlc.h> | |
| 55 #include <spandsp/private/time_scale.h> | |
| 56 #include <spandsp/private/super_tone_tx.h> | |
| 57 #include <spandsp/private/super_tone_rx.h> | |
| 58 #include <spandsp/private/silence_gen.h> | |
| 59 #include <spandsp/private/swept_tone.h> | |
| 60 #include <spandsp/private/echo.h> | |
| 61 #include <spandsp/private/modem_echo.h> | |
| 62 #include <spandsp/private/async.h> | |
| 63 #include <spandsp/private/fsk.h> | |
| 64 #include <spandsp/private/v29rx.h> | |
| 65 #include <spandsp/private/v29tx.h> | |
| 66 #include <spandsp/private/v17rx.h> | |
| 67 #include <spandsp/private/v17tx.h> | |
| 68 #include <spandsp/private/v22bis.h> | |
| 69 #include <spandsp/private/v27ter_rx.h> | |
| 70 #include <spandsp/private/v27ter_tx.h> | |
| 71 #include <spandsp/private/modem_connect_tones.h> | |
| 72 #include <spandsp/private/at_interpreter.h> | |
| 73 #include <spandsp/private/fax_modems.h> | |
| 74 #include <spandsp/private/t4_rx.h> | |
| 75 #include <spandsp/private/t4_tx.h> | |
| 76 #include <spandsp/private/t30.h> | |
| 77 #include <spandsp/private/fax.h> | |
| 78 #include <spandsp/private/t38_core.h> | |
| 79 #include <spandsp/private/t38_non_ecm_buffer.h> | |
| 80 #include <spandsp/private/t38_gateway.h> | |
| 81 #include <spandsp/private/t38_terminal.h> | |
| 82 #include <spandsp/private/t31.h> | |
| 83 #include <spandsp/private/v8.h> | |
| 84 #include <spandsp/private/v18.h> | |
| 85 #include <spandsp/private/v42.h> | |
| 86 #include <spandsp/private/v42bis.h> | |
| 87 #include <spandsp/private/adsi.h> | |
| 88 | |
| 89 #endif | |
| 90 /*- End of file ------------------------------------------------------------*/ |
