forked from Mirrors/freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
fa4c5431be
<cite> [19:32] <@anthm> the tts stuff uses bytes not samples [19:32] <@anthm> so when you pass datalen to file_read [19:32] <@anthm> you need to cut it in half [19:33] <@anthm> size_t my_datalen = *datalen / 2; [19:33] <sathieu> I'm testing [19:33] <@anthm> switch_core_file_read(&info->fh, data, datalen) [19:33] <@anthm> change datalen to &my_datalen [19:33] <@anthm> then after *datalen = my_datalen * 2; </cite> git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14886 d0543943-73ff-0310-b7d9-9358b9ac24b2 |
||
---|---|---|
build | ||
cmake_modules | ||
conf | ||
debian | ||
docs | ||
dtd | ||
freeswitch.xcodeproj | ||
htdocs | ||
libs | ||
patches | ||
scripts | ||
src | ||
support-d | ||
w32 | ||
acinclude.m4 | ||
bootstrap.sh | ||
CMakeLists.txt | ||
configure.in | ||
Freeswitch.2005.unsupported.sln | ||
Freeswitch.2008.express.sln | ||
Freeswitch.2008.sln | ||
freeswitch.spec | ||
INSTALL | ||
Makefile.am |