Commit 7d03dffb authored by nextime's avatar nextime

Added text2speechfile.sh script

parent 8519755b
#!/bin/bash
#cd `dirname $0`/../domotika/clouds/google
if [[ $# < "3" ]] ; then
echo "Usage: $0 <destination file> <language> \'<text>\'"
echo ""
echo "Example: $0 foo.wav it prova di trasmissione"
echo ""
exit 0
fi
python `dirname $0`/../domotika/clouds/google/tts.py $1 $2 "${3}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment