Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
marytts [2016/03/03 10:29] mai added a how to launch a python program for Marytts |
marytts [2019/04/25 14:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Mary Text-To-Speech ====== | ====== Mary Text-To-Speech ====== | ||
- | {{tag> software poppy project}} | + | {{tag> software poppy project poppy-kine}} |
MaryTTS is an open-source text to speech system: http://mary.dfki.de/ and http://mary.dfki.de:59125/ and https://github.com/marytts/marytts | MaryTTS is an open-source text to speech system: http://mary.dfki.de/ and http://mary.dfki.de:59125/ and https://github.com/marytts/marytts | ||
- | We have developed an API so for Poppy in the project of Poppy-Kine. The API is available in Java and python. | + | The main output of this project is a java program PGI_I15.jar. We have developed an API so for Poppy in the [[poppy-kine:poppy-kine-2015-s5]] project. The API is available in Java and python. The report of the project his available at {{report:rapport_mgp320-i15_josselin_fayard_tom_veillard.pdf|}} |
===== Utilisation de MaryTTS et téléchargement de nouvelles voix ===== | ===== Utilisation de MaryTTS et téléchargement de nouvelles voix ===== | ||
Line 103: | Line 103: | ||
==== How to install ==== | ==== How to install ==== | ||
- | You need to have the .jar and the python program | + | * You need to have the .jar and the python program from {{:software:mgp_i15_jar_py.zip|}}. You will also want to have {{:software:mgp_i15.rar|}} which contains the java HRI for [[poppy-kine:poppy-kine-2015-s5]] project. |
+ | * Download MaryTTS from https://github.com/marytts/marytts. Follow the readme to install MaryTTS. More precisely: | ||
+ | * install Maven from http://maven.apache.org/install.html | ||
+ | * Compile the MARY system itself from the folder mary-master where you downloaded the MaryTTS code, with command <code>mvn install</code> | ||
- | ==== Step to step running the python program ==== | ||
- | - Launch marytts server <code> ./marytts-server </code> | + | |
- | - <code>java -jar MGP_I15.jar</code> | + | ==== Step to step : running the python program ==== |
- | - lancer le script python <code> python client-mary.py fr arm left up</code> | + | |
+ | - In folder marytts-master/target/marytts-5.2-SNAPSHOT/bin where you downloaded MaryTTS), launch marytts server <code> ./marytts-server </code> | ||
+ | - In the folder where you downloaded {{:software:mgp_i15_jar_py.zip|MGP_I15.jar}}, <code>java -jar MGP_I15.jar</code> | ||
+ | - in folder where you downloaded {{:software:mgp_i15_jar_py.zip|client-mary.py}} , launch the python script with for instance the command <code> python client-mary.py fr arm left up</code> | ||