<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] seek suggestion on TTS option</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>The later option would be preferable... &nbsp;But I would probably do something like rsync them onto the box and use a ram drive<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Pete Kay &lt;petedao@gmail.com&gt;<BR>
<B>Reply-To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Date: </B>Mon, 21 Apr 2008 14:09:43 +0800<BR>
<B>To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Subject: </B>[Freeswitch-users] seek suggestion on TTS option<BR>
<BR>
Hi, <BR>
<BR>
I have a question about TTS efficiency. &nbsp;I have some text that I need to read out when someone calls in and these texts do change. &nbsp;Here are two options I am thinking about:<BR>
In my configuration, I would have DB and FS on different servers. &nbsp;DB server is SCSI.<BR>
<BR>
Option 1:Store the text in DB<BR>
<BR>
Within JS:<BR>
1.Get the text &nbsp;from DB <BR>
2. use system (command) to create a wav file on locate file system<BR>
3. Use playback to play the wav file<BR>
<BR>
<BR>
Option 2: Pre-created the file using NFS ( at the same machine as DB)<BR>
Within JS:<BR>
1. Get the filename from DB<BR>
2. Get the wav file from NFS<BR>
3. Use playback to play the wav file<BR>
<BR>
<BR>
In a highly-loaded environment, which option would be preferable considering speed and efficiency? &nbsp;<BR>
<BR>
Is there other better option?<BR>
<BR>
Any input will be greatly appreciated.<BR>
<BR>
Thanks,<BR>
Pete<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>