Changes between Version 12 and Version 13 of VoiceImportToolsTutorial
- Timestamp:
- 09/18/07 08:31:56 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VoiceImportToolsTutorial
v12 v13 96 96 }}} 97 97 98 99 98 100 GUI is looking like below (Which supports voice building): 99 101 … … 105 107 }}} 106 108 107 When you are running first time above shell script, It asks you some basic configuration settings. 109 110 111 When you are running first time above shell script, It asks you some basic configuration settings by presenting with a GUI window where you 112 have to enter a few basic settings. Almost all other settings are based on these first settings and set automatically. 113 After clicking the "Save"-button, you get to the main window. There you can see a list of modules. A component is 114 executed by ticking the associated checkbox and clicking on "Run". 115 116 117 108 118 Global Configuration Settings window looks like below: 119 120 109 121 110 122 {{{ … … 135 147 136 148 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 149 User also can change the settings for each individual component by clicking on the wrench symbol next to the component. 150 Clicking on "Settings" takes you to the window where you can change the basic settings. 151 In a settings window, you can change the view to the settings of another module or the basic settings via the 152 drop-down menu. Basically, all modules need to be run to import the voice into MARY. For more detailed information, check the 153 general help file - just click on "Help" in the main window. Clicking on help in the settings window opens a help 154 window 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 156 The import tool creates two files in the directory where you started it - database.config and importMain.config. 157 database.config contains the values of the settings - you can change the settings also in this file, but be aware that 158 this may cause problems. 141 159 142 160 Simplest way of Using Voice Import Components: … … 383 401 * mcepTimeline - file containing all mcep files. Will be created by this module 384 402 403 '''Building acoustic models''' 404 405 406 '''!PhoneUnitfileWriter'''[[BR]] 407 408 It produces a file containing all phone sized units. 409 410 Configuration 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 385 417 386 418