This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
04fba22378
freeswitch
/
libs
/
libteletone
History
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
…
.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
Install is common: ./configure --with-prefix=<desired prefix> make make install