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
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
AUTHORS
CMakeLists.txt
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS
README
acsite.m4
configure.gnu
configure.in
libteletone.2008.vcproj
libteletone.2010.vcxproj
libteletone.2010.vcxproj.filters
libteletone.2012.vcxproj
libteletone.2012.vcxproj.filters
libteletone.vcproj
teletone.def

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Install is common:

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