[arm-allstar] tts help

Greg kb1ncj at gmail.com
Sun Jul 24 09:23:38 EST 2016


Nope, no fix...
Here is the issue where I fail..

  # now convert the file to a ulaw
     lame --decode ${TMPDIR}/audio.mp3 ${TMPDIR}/audio.wav &> /dev/null 2>&1
     if [ ! -f ${TMPDIR}/audio.wav ] ; then
         echo "Failed to convert mp3 file to wav audio file (lame decode 
failure)" 2>&1
         echo "One of the downloaded segments may be bad. Please retry 
script" 2>&1
         echo " and check internet access..." 2>&1
         echo "Aborting..." 2>&1
         cleanup
         exit 1
     fi

This is the output if the script fails above. If I were not getting the 
voicerss to respond, there would be a different error. This is 
intermittent. Sometimes it works... tough.



Thanks
Greg


More information about the arm-allstar mailing list