Statistics
| Branch: | Revision:

root / wplayit.sh @ 0:3c15de202295

History | View | Annotate | Download (186 Bytes)

1 0:3c15de202295 ee11d037
2
word=`echo wav/$1.mp3`
3
4
if [ -f $word ]
5
then
6
      mplayer -quiet -af volume=20 $word
7
else
8
     echo "$1" > tem.txt
9
     text2wave tem.txt -o tem.wav
10
     na_play -scale 13 tem.wav
11
fi
Redmine Appliance - Powered by TurnKey Linux