freeswitch/libs/libteletone
Anthony Minessale d2a2e4ce15 FS-5568 --resolve the real problem is that L=-1 is not valid because the L param is about how many times to generate the output while generating the tone so -1 is impossible because it can never end to let you hear it. The real fix is to not allow -1 loops=-1 is the correct way to do this because that is parsed after the tone is generated and repeats the entire thing. Doing something like L=100 actually generates the whole slinear audio 100 times into memore where loops=100 only generates the little snippet and repeats it after it was generated. 2013-07-02 08:44:47 -05:00
..
build/config removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box. 2007-03-19 19:26:25 +00:00
src FS-5568 --resolve the real problem is that L=-1 is not valid because the L param is about how many times to generate the output while generating the tone so -1 is impossible because it can never end to let you hear it. The real fix is to not allow -1 loops=-1 is the correct way to do this because that is parsed after the tone is generated and repeats the entire thing. Doing something like L=100 actually generates the whole slinear audio 100 times into memore where loops=100 only generates the little snippet and repeats it after it was generated. 2013-07-02 08:44:47 -05:00
.update add .update files to the libs that we can use to force rebuilds of libs 2007-03-16 21:22:04 +00:00
AUTHORS update email 2009-02-04 21:18:11 +00:00
CMakeLists.txt Added CMAKE libteletone 2009-02-12 00:28:37 +00:00
COPYING Add in new tone detection/generation library "libteletone" 2006-02-19 20:28:24 +00:00
ChangeLog Add in new tone detection/generation library "libteletone" 2006-02-19 20:28:24 +00:00
INSTALL solaris port of libteletone. part 2/2 2006-09-29 21:28:23 +00:00
Makefile.am [5/6] libteletone: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS 2011-11-04 14:21:37 +01:00
NEWS Add in new tone detection/generation library "libteletone" 2006-02-19 20:28:24 +00:00
README Add in new tone detection/generation library "libteletone" 2006-02-19 20:28:24 +00:00
acsite.m4 solaris port of libteletone. part 1/2 2006-09-29 20:24:54 +00:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
configure.in API visibility support (GCC/SUNCC) (FSCORE-264) 2009-02-16 18:17:01 +00:00
libteletone.2008.vcproj update api visibility macros for windows 2009-03-10 15:45:29 +00:00
libteletone.2010.vcxproj more tweaks for VS2010 2010-07-12 10:01:46 -05:00
libteletone.2010.vcxproj.filters VS2010 add missing project filters 2010-08-19 10:38:54 -05:00
libteletone.2012.vcxproj FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
libteletone.2012.vcxproj.filters add more missing vs2012 project filters 2013-02-27 22:34:16 -06:00
libteletone.vcproj update api visibility macros for windows 2009-03-10 15:45:29 +00:00
teletone.def fix windows build. 2007-06-16 03:56:44 +00:00

README

Install is common:

./configure --with-prefix=<desired prefix>
make
make install