<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    okay MC, mod_tts_commandline has run for a several days without a
    problem.&nbsp; Good.<br>
    <br>
    However, now we are trying to get this to speak from a text file
    instead of putting text on the command line.<br>
    Cepstral Swift has a -f option to do this, but it does not work
    here.&nbsp; <br>
    <br>
    I have looked through the source, and am wondering if this is not
    supported in this mod.<br>
    <br>
    Here is a partial trace that I think supports my conclusions below.<br>
    <br>
    EXECUTE FreeTDM/1:1/7878030
    speak(tts_commandline|Callie|-f/tmp/test.txt)<br>
    2010-12-11 00:26:58.683522 [DEBUG] switch_ivr_play_say.c:2237 OPEN
    TTS tts_commandline<br>
    2010-12-11 00:26:58.683522 [DEBUG] switch_ivr_play_say.c:2246 Raw
    Codec Activated<br>
    2010-12-11 00:26:58.683522 [DEBUG] mod_tts_commandline.c:147
    Executing: swift -p audio/sampling-rate=8000 -n 'Callie'
    '-f/tmp/test.txt'&nbsp; -o
    '/tmp/bd5bb8db-ffc2-4830-a971-24a1454c725c.tmp.wav'<br>
    2010-12-11 00:26:58.696525 [ERR] mod_sndfile.c:194 Error Opening
    File [/tmp/bd5bb8db-ffc2-4830-a971-24a1454c725c.tmp.wav] [System
    error : No such file or directory.]<br>
    2010-12-11 00:26:58.696525 [ERR] mod_tts_commandline.c:157 Failed to
    open file: /tmp/bd5bb8db-ffc2-4830-a971-24a1454c725c.tmp.wav<br>
    2010-12-11 00:26:58.696525 [DEBUG] switch_ivr_play_say.c:1935
    Speaking text: -f/tmp/test.txt<br>
    2010-12-11 00:26:59.097509 [DEBUG] switch_ivr_play_say.c:2127 done
    speaking text<br>
    <br>
    It seems to almost build the swift command correctly.&nbsp; However, the
    -f options is inside the single quotes, instead of outside of them
    like the -o (output file) is.<br>
    <br>
    I don't think it is finding the .txt file, as the log later shows
    that it is trying to speak the filename including the -f option,
    instead of the contents of the file.<br>
    <br>
    What do you think?<br>
    <br>
    Thanks<br>
    <br>
    <br>
    <br>
    On 12/7/2010 2:17 PM, Michael Collins wrote:
    <blockquote
      cite="mid:AANLkTinwWwfSY2uPhs5c8SuyxnwOn9myWv2u2WiKqGj8@mail.gmail.com"
      type="cite">Can you try the mod_tts_commandline way of doing it?
      The wiki talks about using Cepstral IIRC.
      <div>-MC<br>
        <br>
        <div class="gmail_quote">On Tue, Dec 7, 2010 at 1:12 PM, Phone <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:phone.bytes@gmail.com">phone.bytes@gmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">Just wondering if you have had any luck
            in resolving this issue.<br>
            <br>
            We are running Cent 5.5 on FreeSWITCH Version 1.0.head
            (git-8825b6e<br>
            2010-11-28 17-15-39 -0500) with Cepstral 5.1 with the Callie
            voice.<br>
            <br>
            We have good audio for a short period of time, then suddenly
            the audio<br>
            is gone. &nbsp;Watching the logs, it show that it is trying to
            play the<br>
            correct TTS, but it is silent.<br>
            <br>
            We have tried to unload and reload mod_cepstral, but the
            only way we<br>
            have been able to restore the audio is with a FreeSWITCH
            restart.<br>
            <br>
            These voices sound good, but with these issues, it is really
            not useable.<br>
            <br>
            Any Ideas? &nbsp;Thanks<br>
            <br>
            <br>
            <br>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>