Changes between Version 12 and Version 13 of VoiceImportToolsTutorial


Ignore:
Timestamp:
09/18/07 08:31:56 (17 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v12 v13  
    9696}}} 
    9797 
     98 
     99 
    98100GUI is looking like below (Which supports voice building): 
    99101 
     
    105107}}} 
    106108 
    107 When you are running first time above shell script, It asks you some basic configuration settings. 
     109 
     110 
     111When you are running first time above shell script, It asks you some basic configuration settings by presenting with a GUI window where you  
     112have to enter a few basic settings. Almost all other settings are based on these first settings and set automatically. 
     113After clicking the "Save"-button, you get to the main window. There you can see a list of modules. A component is 
     114executed by ticking the associated checkbox and clicking on "Run".  
     115 
     116 
     117 
    108118Global Configuration Settings window looks like below:  
     119 
     120 
    109121 
    110122{{{ 
     
    135147 
    136148 
    137   
    138 Each and Every Component also contains Configuration Settings. We recommended to give Absolute Paths for Configuration Settings. These config. settings are arguments to components to perform corresponding task.  
    139  
    140  
     149User also can change the settings for each individual component by clicking on the wrench symbol next to the component.  
     150Clicking on "Settings" takes you to the window where you can change the basic settings.  
     151In a settings window, you can change the view to the settings of another module or the basic settings via the  
     152drop-down menu. Basically, all modules need to be run to import the voice into MARY. For more detailed information, check the 
     153general help file - just click on "Help" in the main window. Clicking on help in the settings window opens a help 
     154window with details about the displayed settings. We recommended to give Absolute Paths for individual Configuration Settings. These config. settings are arguments to components to perform corresponding task.  
     155 
     156The import tool creates two files in the directory where you started it - database.config and importMain.config. 
     157database.config contains the values of the settings - you can change the settings also in this file, but be aware that  
     158this may cause problems.  
    141159  
    142160Simplest way of Using Voice Import Components:  
     
    383401 * mcepTimeline  - file containing all mcep files. Will be created by this module 
    384402 
     403'''Building acoustic models''' 
     404 
     405 
     406'''!PhoneUnitfileWriter'''[[BR]] 
     407 
     408It produces a file containing all phone sized units.  
     409 
     410Configuration Settings: 
     411 
     412 * corrPmDir  - Directory containing the corrected pitchmarks 
     413 * labelDir   - Directory containing the phone labels 
     414 * unitFile   - File containing all phone units. Will be created by this module 
     415 
     416 
    385417 
    386418