| 74 | == How to run? == |
| 75 | |
| 76 | 1. Create a new Voice Building Directory |
| 77 | |
| 78 | - Put all Wave files in "wav" directory |
| 79 | - Put corresponding text files(in MARY Format) in "text" directory |
| 80 | |
| 81 | 2. Run below commands through Shell script from Voice Building Directory. |
| 82 | |
| 83 | |
| 84 | {{{ |
| 85 | |
| 86 | export MARY_BASE="/path/to/mary" |
| 87 | java -Xmx1024m -classpath $MARY_BASE/java:$MARY_BASE/java/mary-common.jar: \ |
| 88 | $MARY_BASE/java/signalproc.jar:$MARY_BASE/java/freetts.jar:$MARY_BASE/java/jsresources.jar: \ |
| 89 | $MARY_BASE/java/log4j-1.2.8.jar -Djava.endorsed.dirs=$MARYBASE/lib/endorsed \ |
| 90 | de.dfki.lt.mary.unitselection.voiceimport.DatabaseImportMain |
| 91 | |
| 92 | }}} |
| 93 | |
| 94 | GUI is looking like below (Which supports voice building): |
| 95 | |
| 96 | {{{ |
| 97 | #!html |
| 98 | <p> |
| 99 | <img src="http://www.dfki.de/~chandra/VIC/VIC1.jpg" align="middle"> |
| 100 | </p> |
| 101 | }}} |
| 102 | |
| 103 | |
| 104 | |