freeswitch/libs/spandsp
Steve Underwood 15f6699aaa V.27ter modem modified to make it a little less tolerant of poor SNR, and a
little more tolerant of big timing errors between the symbols at the far end,
and as they are received by us.
2015-06-01 05:38:33 +08:00
..
config
debian
doc
m4 FS-7355: don't do the checks for rpl_realloc and rpl_malloc unless it is gcc compiling as autoconf checks for these don't work quite right on clang 2015-03-09 16:51:35 +00:00
spandsp FAX now tolerates EOP and PPS messages being incorrectly echoed 2015-05-05 21:13:50 +08:00
spandsp-sim Various little memory leak possibilities in spandsp sorts, and the spandsp 2014-06-14 19:49:05 +08:00
src V.27ter modem modified to make it a little less tolerant of poor SNR, and a 2015-06-01 05:38:33 +08:00
test-data
tests FAX now tolerates EOP and PPS messages being incorrectly echoed 2015-05-05 21:13:50 +08:00
.gitignore
.update bump 2014-07-22 07:26:04 -05:00
AUTHORS
COPYING
ChangeLog
DueDiligence
Makefile.am
NEWS
README
README.testdata
autogen.sh
configure.ac fix clang build on wheezy and other platforms that have aligned_alloc in libc but not in headers 2015-05-12 00:36:45 -05:00
configure.gnu
spandsp.pc.in
spandsp.spec
spandsp.spec.in
unpack_g722_data.sh
unpack_g726_data.sh
unpack_gsm0610_data.sh
unpack_v56ter_data.sh
wrapper.xsl
yum-prepare.sh

README

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