Skip to content

Commit fbaad6e

Browse files
committed
Update
Signed-off-by: ´Abraham <xe1gyq@gmail.com>
1 parent ff63e60 commit fbaad6e

File tree

1 file changed

+2
-2
lines changed
  • Hochob/Services/Sound/SpeechSynthetizer

1 file changed

+2
-2
lines changed

Hochob/Services/Sound/SpeechSynthetizer/Espeak.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ LOCAL_TEXT="$2"
3333
if [ $# -eq 2 ]
3434
then
3535
if [ "$LOCAL_LANGUAGE" = "english" ]; then
36-
export ESPEAK_LANGUAGE="-v en-us -a 200"
36+
export ESPEAK_LANGUAGE="-v en-us -a 100 -p 50 -s 170"
3737
elif [ "$LOCAL_LANGUAGE" = "spanish" ]; then
38-
export ESPEAK_LANGUAGE="-v es-la -a 200"
38+
export ESPEAK_LANGUAGE="-v es-la -a 100 -p 50 -s 170"
3939
fi
4040

4141
export ESPEAK_INPUT="$LOCAL_TEXT"

0 commit comments

Comments
 (0)