Changes between Version 4 and Version 5 of VoiceImportToolsTutorial


Ignore:
Timestamp:
09/11/07 14:11:02 (17 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v4 v5  
    2020 
    2121 
    22  Operating System - Linux (Recommended) 
     22 * Operating System - Linux (Recommended) 
     23 * MARY TTS Recent Version  
     24 * Openmary  
    2325 
    24  we also able to use Windows also, if we can able to compile properly the following dependent tools. 
     26(we also able to use Windows also, if we can able to compile properly the following dependent tools.) 
    2527 
    2628 
     
    7072 
    7173 
     74== How to run? == 
     75 
     761. 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  
     812. Run below commands through Shell script from Voice Building Directory. 
     82 
     83 
     84{{{ 
     85 
     86export MARY_BASE="/path/to/mary" 
     87java -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 \ 
     90de.dfki.lt.mary.unitselection.voiceimport.DatabaseImportMain 
     91 
     92}}} 
     93 
     94GUI 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 
    72105 
    73106( '''Under Construction''' - to continued)