Added voice control
Former-commit-id: 6f69079bf44f0d8f9ae40de6b0f1638d103464c2
This commit is contained in:
parent
35c92407a3
commit
53da641909
863 changed files with 192681 additions and 0 deletions
10
external/marytts-5.1.2/bin/marytts-client
vendored
Normal file
10
external/marytts-5.1.2/bin/marytts-client
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
##########################################################################
|
||||
# MARY TTS client
|
||||
##########################################################################
|
||||
|
||||
# Set the Mary base installation directory in an environment variable:
|
||||
BINDIR="`dirname "$0"`"
|
||||
export MARY_BASE="`(cd "$BINDIR"/.. ; pwd)`"
|
||||
|
||||
java -showversion -ea -Dserver.host=localhost -Dserver.port=59125 -jar "$MARY_BASE/lib/marytts-client-5.1.2-jar-with-dependencies.jar"
|
||||
Loading…
Add table
Add a link
Reference in a new issue