Mathieu Parent fa4c5431be mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels
<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
2009-09-16 17:48:55 +00:00
2009-09-11 02:05:34 +00:00
2009-02-11 02:53:31 +00:00
doh
2009-09-15 05:05:07 +00:00
2009-02-13 23:33:36 +00:00
2008-05-14 20:39:43 +00:00
2009-09-15 18:45:19 +00:00
2009-09-01 23:46:22 +00:00
2009-08-01 06:31:54 +00:00
2009-07-22 00:15:36 +00:00
2009-02-16 07:11:29 +00:00
2009-07-31 00:07:43 +00:00
2006-12-17 01:01:09 +00:00
2009-07-02 00:14:28 +00:00
Description
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 unl
Multiple Licenses 173 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%