freeswitch/libs/spandsp
Anthony Minessale 03810d8bdb update to snapshot spandsp-20081001.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9773 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 04:10:45 +00:00
..
config inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
debian inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
doc update to snapshot spandsp-20080920.tar.gz 2008-10-01 04:06:53 +00:00
spandsp update to snapshot spandsp-20080913.tar.gz 2008-10-01 03:54:17 +00:00
spandsp-sim update spandsp to use newest snapshot http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080910.tar.gz 2008-09-09 17:04:42 +00:00
src update to snapshot spandsp-20081001.tar.gz 2008-10-01 04:10:45 +00:00
test-data update to snapshot spandsp-20080911.tar.gz 2008-10-01 03:52:36 +00:00
tests update to snapshot spandsp-20080928.tar.gz 2008-10-01 04:08:43 +00:00
.update update to snapshot spandsp-20080928.tar.gz 2008-10-01 04:08:43 +00:00
AUTHORS inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
COPYING inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
ChangeLog inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
DueDiligence inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
INSTALL inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
Makefile.am update to snapshot spandsp-20080928.tar.gz 2008-10-01 04:08:43 +00:00
NEWS inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
README inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
README.testdata inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
autogen.sh inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
config-h.in update to snapshot spandsp-20080916.tar.gz 2008-10-01 03:56:17 +00:00
configure.ac update to snapshot spandsp-20080916.tar.gz 2008-10-01 03:56:17 +00:00
configure.gnu spandsp build integration 2008-09-03 19:44:49 +00:00
libspandsp.vcproj inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
spandsp.spec update to snapshot spandsp-20080928.tar.gz 2008-10-01 04:08:43 +00:00
spandsp.spec.in update to snapshot spandsp-20080928.tar.gz 2008-10-01 04:08:43 +00:00
unpack_g722_data.sh inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
unpack_g726_data.sh inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
unpack_gsm0610_data.sh inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
unpack_v56ter_data.sh inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00
wrapper.xsl inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 2008-09-03 19:02:00 +00:00

README

spandsp 0.0.4 - 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>