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.bat
vendored
Normal file
10
external/marytts-5.1.2/bin/marytts-client.bat
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@echo off
|
||||
set BINDIR=%~dp0
|
||||
call :RESOLVE "%BINDIR%\.." MARY_BASE
|
||||
|
||||
java -showversion -ea -Dserver.host=localhost -Dserver.port=59125 -jar "%MARY_BASE%\lib\marytts-client-5.1.2-jar-with-dependencies.jar"
|
||||
goto :EOF
|
||||
|
||||
:RESOLVE
|
||||
set %2=%~f1
|
||||
goto :EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue