Code : Tout sélectionner
#!/bin/bash
#voice.sh
mplayer -ao alsa -noconsolecontrols -volume 70 "http://translate.google.com/translate_tts?tl=fr&q=$*" > /dev/null 2>&1Code : Tout sélectionner
./voice.sh "mon texte"Code : Tout sélectionner
#!/bin/bash
#voice.sh
mplayer -ao alsa -noconsolecontrols -volume 70 "http://translate.google.com/translate_tts?tl=fr&q=$*" > /dev/null 2>&1Code : Tout sélectionner
./voice.sh "mon texte"