spandsp.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. /*! \file */
  26. #if !defined(_SPANDSP_H_)
  27. #define _SPANDSP_H_
  28. #undef SPANDSP_USE_FIXED_POINT
  29. #undef SPANDSP_MISALIGNED_ACCESS_FAILS
  30. #define SPANDSP_USE_EXPORT_CAPABILITY 1
  31. #include <stdlib.h>
  32. #include <inttypes.h>
  33. #include <string.h>
  34. #include <limits.h>
  35. #include <time.h>
  36. #include <math.h>
  37. #include <stdbool.h>
  38. #include <tiffio.h>
  39. #include <spandsp/telephony.h>
  40. #include <spandsp/fast_convert.h>
  41. #include <spandsp/logging.h>
  42. #include <spandsp/complex.h>
  43. #include <spandsp/bit_operations.h>
  44. #include <spandsp/bitstream.h>
  45. #include <spandsp/queue.h>
  46. #include <spandsp/schedule.h>
  47. #include <spandsp/g711.h>
  48. #include <spandsp/timing.h>
  49. #include <spandsp/math_fixed.h>
  50. #include <spandsp/vector_float.h>
  51. #include <spandsp/complex_vector_float.h>
  52. #include <spandsp/vector_int.h>
  53. #include <spandsp/complex_vector_int.h>
  54. #include <spandsp/arctan2.h>
  55. #include <spandsp/biquad.h>
  56. #include <spandsp/fir.h>
  57. #include <spandsp/awgn.h>
  58. #include <spandsp/bert.h>
  59. #include <spandsp/power_meter.h>
  60. #include <spandsp/complex_filters.h>
  61. #include <spandsp/dc_restore.h>
  62. #include <spandsp/dds.h>
  63. #include <spandsp/swept_tone.h>
  64. #include <spandsp/echo.h>
  65. #include <spandsp/modem_echo.h>
  66. #include <spandsp/crc.h>
  67. #include <spandsp/async.h>
  68. #include <spandsp/hdlc.h>
  69. #include <spandsp/noise.h>
  70. #include <spandsp/saturated.h>
  71. #include <spandsp/time_scale.h>
  72. #include <spandsp/tone_detect.h>
  73. #include <spandsp/tone_generate.h>
  74. #include <spandsp/super_tone_rx.h>
  75. #include <spandsp/super_tone_tx.h>
  76. #include <spandsp/dtmf.h>
  77. #include <spandsp/bell_r2_mf.h>
  78. #include <spandsp/sig_tone.h>
  79. #include <spandsp/fsk.h>
  80. #include <spandsp/modem_connect_tones.h>
  81. #include <spandsp/silence_gen.h>
  82. #include <spandsp/v8.h>
  83. #include <spandsp/v42.h>
  84. #include <spandsp/v42bis.h>
  85. #include <spandsp/v29rx.h>
  86. #include <spandsp/v29tx.h>
  87. #include <spandsp/v17rx.h>
  88. #include <spandsp/v17tx.h>
  89. /*#include <spandsp/v32bis.h>*/
  90. #include <spandsp/v22bis.h>
  91. #include <spandsp/v27ter_rx.h>
  92. #include <spandsp/v27ter_tx.h>
  93. /*#include <spandsp/v34.h>*/
  94. #include <spandsp/v18.h>
  95. #include <spandsp/timezone.h>
  96. #include <spandsp/t4_rx.h>
  97. #include <spandsp/t4_tx.h>
  98. #include <spandsp/image_translate.h>
  99. #include <spandsp/t4_t6_decode.h>
  100. #include <spandsp/t4_t6_encode.h>
  101. /*#include <spandsp/t81_t82_arith_coding.h>*/
  102. /*#include <spandsp/t85.h>*/
  103. #include <spandsp/t30.h>
  104. #include <spandsp/t30_api.h>
  105. #include <spandsp/t30_fcf.h>
  106. #include <spandsp/t30_logging.h>
  107. #include <spandsp/t35.h>
  108. #include <spandsp/at_interpreter.h>
  109. #include <spandsp/fax_modems.h>
  110. #include <spandsp/fax.h>
  111. #include <spandsp/t38_core.h>
  112. #include <spandsp/t38_non_ecm_buffer.h>
  113. #include <spandsp/t38_gateway.h>
  114. #include <spandsp/t38_terminal.h>
  115. #include <spandsp/t31.h>
  116. #include <spandsp/adsi.h>
  117. #include <spandsp/ademco_contactid.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. #endif
  127. #if defined(SPANDSP_EXPOSE_INTERNAL_STRUCTURES)
  128. #include <spandsp/expose.h>
  129. #endif
  130. /*- End of file ------------------------------------------------------------*/