4 SCRIPTNAME=termux-tts-engines
6 echo "Usage: $SCRIPTNAME"
7 echo "Get information about the available text-to-speech (TTS) engines. The name of an engine may be given to the termux-tts-speak command using the -e option."
11 while getopts :h option
15 ?) echo "$SCRIPTNAME: illegal option -$OPTARG"; exit 1;
20 if [ $# != 0 ]; then echo "$SCRIPTNAME: too many arguments"; exit 1; fi
22 @TERMUX_API@ TextToSpeech --es engine LIST_AVAILABLE