2
0

README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. spandsp 0.0.6 - A DSP library for telephony
  2. -------------------------------------------
  3. SpanDSP is a library of DSP functions for telephony, in the 8000 sample per
  4. second world of E1s, T1s, and higher order PCM channels. It contains low level
  5. functions, such as basic filters. It also contains higher level functions, such
  6. as cadenced supervisory tone detection, and a complete software FAX machine.
  7. The software has been designed to avoid intellectual property issues, using
  8. mature techniques where all relevant patents have expired. See the file
  9. DueDiligence for important information about these intellectual property issues.
  10. The library is licenced under the LGPL 2.1 licence. The test suite, and some support
  11. programs are licenced under the GPL 2 licence. The full text of these licences can
  12. be found in the file COPYING.
  13. Dependencies
  14. ------------
  15. spandsp depends on various other packages for various tasks. Most of these
  16. dependencies relate to building the test suite.
  17. libtiff (and libtiff-devel on most Linux distributions) is required to
  18. build the spandsp library.
  19. libaudiofile (and libaudiofile-devel) is required to build the test suite
  20. fftw (and fftw-devel) is required to build the test suite. Version 2 or 3 of
  21. FFTW may be used. Spandsp adapts to the differences between them.
  22. fltk (and fltk-devel), Fl_Cartesian and Fl_Audio_Meter are required to build
  23. the test suite with GUI interfaces for some of the tests. The tests will build
  24. without these packages, but the GUI features will not be available.
  25. Fl_Cartesian and Fl_Audio_Meter can be downloaded from
  26. http://www.soft-switch.org/downloads.
  27. Steve Underwood <steveu@coppice.org>