2
0
Roman Sukhov cb03c607cb FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6 8 жил өмнө
..
config 6068534c8e add to make sure config dir is there for AC_CONFIG_AUX_DIR 12 жил өмнө
debian 4281523a8f update to snapshot spandsp-20090421 15 жил өмнө
doc e30406cea6 Improvements to image translation 12 жил өмнө
m4 10df600393 FS-8736 #resolve [Missing MEMMOVE macro in spandsp autoconf] 8 жил өмнө
spandsp 29f5fb6aa7 The band filter for G.722 could cause numerical overflow in unusual circumstances with the maximum possiblke signal level. The filter output is now saturated to 16 bits to avoid this. 8 жил өмнө
spandsp-sim 0eada8dc77 Various little cleanups in spandsp 9 жил өмнө
src cb03c607cb FS-9780 [spandsp] Change MAX_COMMAND_TRIES to 6 8 жил өмнө
test-data 0eada8dc77 Various little cleanups in spandsp 9 жил өмнө
tests 2d46e0af01 FAX now applies the T1 timer properly after mid call returns to phase B. 8 жил өмнө
.gitignore 4df2476564 libs/spandsp/.gitignore: added temporary files in test-data 9 жил өмнө
.update e4bd2c3cd9 bump 10 жил өмнө
AUTHORS 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 16 жил өмнө
COPYING 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 16 жил өмнө
ChangeLog 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 16 жил өмнө
DueDiligence 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 16 жил өмнө
Makefile.am 8b8b91beeb Tweaks to spandsp configuration 11 жил өмнө
NEWS 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 16 жил өмнө
README cc795b87c4 Allow writing of T.85 format TIFF files 11 жил өмнө
README.testdata 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz 16 жил өмнө
autogen.sh 72566f6a3f Fixed V.22bis fixed point builds 12 жил өмнө
configure.ac 10df600393 FS-8736 #resolve [Missing MEMMOVE macro in spandsp autoconf] 8 жил өмнө
configure.gnu e3ea76dd47 fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 15 жил өмнө
spandsp.pc.in 5c259f26d2 Various little tweaks to spandsp to stop warnings with newer compilers 12 жил өмнө
spandsp.spec 8b8b91beeb Tweaks to spandsp configuration 11 жил өмнө
spandsp.spec.in 5c259f26d2 Various little tweaks to spandsp to stop warnings with newer compilers 12 жил өмнө
unpack_g722_data.sh f029f7ef7c Moved spandsp to a more recent version. A huge number of little changes occur here, as recently spandsp 14 жил өмнө
unpack_g726_data.sh f029f7ef7c Moved spandsp to a more recent version. A huge number of little changes occur here, as recently spandsp 14 жил өмнө
unpack_gsm0610_data.sh 44252a5d69 Various small cleanups in spandsp 10 жил өмнө
unpack_v56ter_data.sh f029f7ef7c Moved spandsp to a more recent version. A huge number of little changes occur here, as recently spandsp 14 жил өмнө
wrapper.xsl d30e82e226 Numerous little changes to spandsp that haven't been pushed to Freeswitch for a 13 жил өмнө
yum-prepare.sh 44252a5d69 Various small cleanups in spandsp 10 жил өмнө

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