Changes between Version 15 and Version 16 of VoiceImportToolsTutorial


Ignore:
Timestamp:
01/04/08 15:20:42 (16 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v15 v16  
    3333  
    3434  Download Link for praat : http://www.fon.hum.uva.nl/praat 
     35 
     36  Installing Snack : Require tcl and snack. Installation instructions available at http://www.speech.kth.se/snack/ 
    3537         
    3638 - Edinburgh Speech Tools Library – For MFCCs and Wagon (CART) 
     
    8385                  a. Wave files  
    8486                  b. Corresponding Transcription (in MARY or Festival Format)  
     87 
     88  MARY Format : Each transcription represented by a single file. All these files placed in a single directory. By default, all these files placed in 'text' directory of voice-building directory. 
     89 
     90  Festival Format : A single file contains all transcriptions. For examples see below example.  
     91 
     92{{{ 
     93 
     94( arctic_a0001 "AUTHOR OF THE DANGER TRAIL, PHILIP STEELS, ETC" ) 
     95( arctic_a0002 "Not at this particular case, Tom, apologized Whittemore." ) 
     96( arctic_a0003 "For the twentieth time that evening the two men shook hands." ) 
     97( arctic_a0004 "Lord, but I'm glad to see you again, Phil." ) 
     98( arctic_a0005 "Will we ever forget it." ) 
     99 
     100}}} 
    85101     
    861022. Create a new Voice Building Directory  
     
    94110 
    95111export MARY_BASE="/path/to/mary" 
    96 java -Xmx1024m -classpath $MARY_BASE/java:$MARY_BASE/java/mary-common.jar: \  
    97 $MARY_BASE/java/signalproc.jar:$MARY_BASE/java/freetts.jar:$MARY_BASE/java/jsresources.jar: \ 
    98 $MARY_BASE/java/log4j-1.2.8.jar -Djava.endorsed.dirs=$MARYBASE/lib/endorsed \ 
    99 de.dfki.lt.mary.unitselection.voiceimport.DatabaseImportMain 
     112java -jar -Xmx1024m  $MARY_BASE/java/voiceimport.jar 
    100113 
    101114}}}