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>