354 | | |
355 | | |
| 354 | '''Basic Data Files''' |
| 355 | |
| 356 | Following components will create basic binary files, which contain whole voice database. So that it is easier and faster to access Database. These files are needed for various voice building steps and for synthesis. |
| 357 | |
| 358 | '''!WaveTimelineMaker'''[[BR]] |
| 359 | |
| 360 | The !WaveTimelineMaker split the waveforms as datagrams to be stored in a timeline in Mary format. It produces a binary file, which contains all wave files. |
| 361 | |
| 362 | Configuration Settings: |
| 363 | |
| 364 | * corrPmDir - Directory Path for corrected pitch marks. |
| 365 | * !WaveTimeline - file containing all wave files. Will be created by this module |
| 366 | |
| 367 | '''!BasenameTimelineMaker''' |
| 368 | |
| 369 | The !BasenameTimelineMaker takes a database root directory and a list of basenames, and associates the basenames with absolute times in a timeline in Mary format. |
| 370 | |
| 371 | Configuration Settings: |
| 372 | |
| 373 | * pmDir - Directory containing the pitchmarks |
| 374 | * timelineFile - file containing the list of files and their times, which will be created by this module. |
| 375 | |
| 376 | '''MCepTimelineMaker''' |
| 377 | |
| 378 | The MCepTimelineMaker takes a database root directory and a list of basenames, and converts the related wav files into a mcep timeline in Mary format. |
| 379 | |
| 380 | Configuration Settings: |
| 381 | |
| 382 | * mcepDir - directory containing the mcep files |
| 383 | * mcepTimeline - file containing all mcep files. Will be created by this module |
| 384 | |
| 385 | |