termux-api: Fix mixup of tts methods

This commit is contained in:
Fredrik Fornwall 2015-07-26 20:35:04 -04:00
parent 12978f7880
commit 621ac5f19a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://termux.com/add-ons/api/
TERMUX_PKG_DESCRIPTION="Termux API commands"
TERMUX_PKG_VERSION=0.4.51
TERMUX_PKG_VERSION=0.5
termux_step_make_install () {
mkdir -p $TERMUX_PREFIX/bin

View File

@ -1,3 +1,3 @@
#!/system/bin/sh
termux-api SpeechToText --es engine LIST_AVAILABLE
termux-api TextToSpeech --es engine LIST_AVAILABLE

View File

@ -30,4 +30,4 @@ case "$1" in
esac
done
termux-api SpeechToText $PARAMS
termux-api TextToSpeech $PARAMS