This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-05 02:34:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
libs
/
freetdm
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
…
conf
Updating documentation for send-connect-ack
2013-02-19 17:00:03 -05:00
docs
Merge branch 'releases.3.4' into releases.3.5
2012-04-26 16:13:26 -04:00
mod_freetdm
make noexpandtab explicit in all vim modelines other than xml files
2013-06-25 11:50:17 -05:00
msvc
…
sample
…
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
.gitignore
…
.update
commenting this out completely until a better solution is implemented. also FYI you should be refreshing .update on each commit that changes the lib or any of its mods to force a rebuild from the top level
2012-02-03 15:23:46 -06:00
acinclude.m4
…
AUTHORS
…
bootstrap
…
ChangeLog
…
CMakeLists.txt
…
configure.ac
FreeTDM: ftmod_misdn uses clock_gettime() which is in librt, add a check
2013-05-10 19:04:10 +02:00
configure.gnu
…
cyginstall.sh
…
freetdm.2008.sln
…
freetdm.2010.sln
…
freetdm.pc.in
…
Makefile.am
FreeTDM: Move external ftmod_* library dependencies to _LIBADD
2013-05-10 19:04:10 +02:00
mkrelease.sh
…
NEWS
…
README
…
TODO
…
README
FreeTDM http://wiki.freeswitch.org/wiki/FreeTDM