freeswitch/libs/spandsp
2010-01-10 23:36:10 +00:00
..
config update to snapshot spandsp-20090131 2009-02-02 17:40:52 +00:00
debian update to snapshot spandsp-20090421 2009-04-20 18:33:33 +00:00
doc update to snapshot spandsp-20090421 2009-04-20 18:33:33 +00:00
spandsp update to spandsp snapshot 20091005 2009-10-05 14:34:26 +00:00
spandsp-sim update to spandsp-20091222 snapshot 2009-12-23 01:38:36 +00:00
src Fixed a typo affecting 32 bit builds with MMX enabled 2010-01-10 23:36:10 +00:00
test-data update to snapshot spandsp-20090421 2009-04-20 18:33:33 +00:00
tests update spandsp to snapshot spandsp-20091228 2009-12-29 01:58:30 +00:00
.update update spandsp to snapshot spandsp-20091228 2009-12-29 01:58:30 +00:00
AUTHORS
autogen.sh
ChangeLog
configure.ac fix spandsp --srcdir builds 2009-12-11 19:03:38 +00:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
COPYING
DueDiligence
INSTALL revert 2009-12-29 01:52:12 +00:00
Makefile.am Updated SpanDSP to snapshot on 2009-06-03 with some additions: 2009-06-18 06:13:59 +00:00
NEWS
README update to snapshot spandsp-20090128 2009-01-28 04:48:03 +00:00
README.testdata
spandsp.pc.in update to snapshot spandsp-20090128 2009-01-28 04:48:03 +00:00
spandsp.spec update to snapshot spandsp-20090128 2009-01-28 04:48:03 +00:00
spandsp.spec.in update to snapshot spandsp-20090128 2009-01-28 04:48:03 +00:00
unpack_g722_data.sh
unpack_g726_data.sh
unpack_gsm0610_data.sh
unpack_v56ter_data.sh
wrapper.xsl

spandsp 0.0.5 - A DSP library for telephony
-------------------------------------------

SpanDSP is a library of DSP functions for telephony, in the 8000 sample per
second world of E1s, T1s, and higher order PCM channels. It contains low level
functions, such as basic filters. It also contains higher level functions, such
as cadenced supervisory tone detection, and a complete software FAX machine.
The software has been designed to avoid intellectual property issues, using
mature techniques where all relevant patents have expired. See the file
DueDiligence for important information about these intellectual property issues.

The library is licenced under the LGPL 2.1 licence. The test suite, and some support
programs are licenced under the GPL 2 licence. The full text of these licences can
be found in the file COPYING.

Dependencies
------------

spandsp depends on various other packages for various tasks. Most of these
dependencies relate to building the test suite.

libtiff (and libtiff-devel on most Linux distributions) is required to
build the spandsp library.

libaudiofile (and libaudiofile-devel) is required to build the test suite
fftw (and fftw-devel) is required to build the test suite. Version 2 or 3 of
FFTW may be used. Spandsp adapts to the differences between them.

fltk (and fltk-devel), Fl_Cartesian and Fl_Audio_Meter are required to build
the test suite with GUI interfaces for some of the tests. The tests will build
without these packages, but the GUI features will not be available.
Fl_Cartesian and Fl_Audio_Meter can be downloaded from
http://www.soft-switch.org/downloads.

Steve Underwood <steveu@coppice.org>