| 142 | Simplest way of Using Voice Import Components: |
| 143 | |
| 144 | - Give Config. Settings for Each and Every Component. |
| 145 | - Tick mark all components |
| 146 | - Click RUN button [[BR]] |
| 147 | |
| 148 | |
| 149 | |
| 150 | |
| 151 | It can complete all tasks in sequential manner. [[BR]] |
| 152 | |
| 153 | But No need to use all components for Building a New Voice. |
| 154 | For Example: For Automatic Labeling we can choose EHMM or Sphinx. [[BR]] |
| 155 | |
| 156 | |
| 157 | |
| 158 | |
| 159 | |
| 160 | == Explanation on Individual Voice Import Components == |
| 161 | |
| 162 | |
| 163 | '''!PraatPitchmarker'''[[BR]] |
| 164 | It computes pitch markers with help of Praat. You need to compile or install Praat in your machine.[[BR]] |
| 165 | |
| 166 | It also do corrections for Pitch Marks to align near by Zero Crossing. |
| 167 | |
| 168 | |
| 170 | Configuration Settings: |
| 171 | * command - Give Absolute path of Praat Executable |
| 172 | * pmDir - Output Dir Path for Praat Pitch marks |
| 173 | * corrPmDir - Output Dir Path for corrected pitch marks (Pitch marks tuned towards Zero Crossing) |
| 174 | * maxPitch, minPitch - For choosing Pitch Range (Ex: Male: 50-200 | Female: 150-300) |
| 175 | |
| 176 | '''MCEPMaker'''[[BR]] |
| 177 | |
| 178 | It calculate MFCCs from Speech Wave files, using Edinburgh Speech Tools. |
| 179 | |
| 180 | Configuration Settings: |
| 181 | |
| 182 | * estDir - Edinburgh Speech Tools Compiled Directory |
| 183 | * pmDir - Praat Pitch marks Directory |
| 184 | * corrPmDir - Corrected Pitch marks Directory |
| 185 | * mcepDir - Output Dir for MFCCs |
| 186 | |
| 187 | |
| 188 | |
| 189 | |
| 190 | |
| 191 | |