freeswitch/libs/spandsp
2013-03-14 10:04:09 -05:00
..
config
debian
doc Improvements to image translation 2012-08-14 22:32:30 +08:00
m4 Fixed NEON tests 2013-02-11 22:40:20 +08:00
spandsp Updates to spands test data 2012-07-21 21:46:07 +08:00
spandsp-sim Removal of numerous trailing spaces, to tidy up spandsp in line with the master 2013-03-14 05:04:43 +08:00
src windows fix for last spandsp commit - coppice please have a look 2013-03-14 10:04:09 -05:00
test-data Lots of little cosmetic cleanups 2013-03-14 21:22:51 +08:00
tests Lots of little cosmetic cleanups 2013-03-14 21:22:51 +08:00
.update
AUTHORS
autogen.sh Fixed V.22bis fixed point builds 2012-08-05 18:39:41 +08:00
ChangeLog
configure.ac T.31 now has basically functional T.38 mode - needs more testing, though 2013-01-01 23:07:55 +08:00
configure.gnu
COPYING
DueDiligence
INSTALL Improvements to image translation 2012-08-14 22:32:30 +08:00
Makefile.am T.31 now has basically functional T.38 mode - needs more testing, though 2013-01-01 23:07:55 +08:00
NEWS
README
README.testdata
spandsp.pc.in
spandsp.spec This should have moved us from tiff-3.8.2 to tiff-4.0.2 . The windows builds 2012-09-01 18:45:56 +08:00
spandsp.spec.in
unpack_g722_data.sh
unpack_g726_data.sh
unpack_gsm0610_data.sh FS-4751 I am leaving out the one for devel-bootstrap.sh because I am not sure it should be /usr/pkg/bin/bash 2012-10-23 12:23:19 -04:00
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>