Changes between Version 6 and Version 7 of VoiceImportComponents


Ignore:
Timestamp:
08/17/10 15:18:12 (14 years ago)
Author:
ingmar.steiner
Comment:

updated VoiceInstaller section with info on experimental FD-PSOLA and HNM synthesis support

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportComponents

    v6 v7  
    451451 * waveTimeline - file containing all wave files  
    452452 
    453  
    454  
    455  
    456  
    457  
    458  
    459  
    460  
    461  
    462  
    463  
     453There is experimental support for FD-PSOLA based synthesis; this can be enabled by setting the `concatenatorClass` property to `FdpsolaUnitConcatenator`. 
     454 
     455There is also experimental support for HNM based synthesis. To build an HNM voice, make sure the line containing 
     456{{{ 
     457marytts.tools.voiceimport.HnmTimelineMaker 
     458}}} 
     459is enabled (not commented out with `#`) in the `importMain.config` file, then run the voice import tools and run the '''HnmTimelineMaker''' in addition to the other components. Install the HNM voice by changing the `waveTimeline` property to point to the HNM timeline file (`timeline_hnm.mry` be default), and set the properties `concatenatorClass` and `audioTimelineReaderClass` to `HnmUnitConcatenator` and `HnmTimelineReader`, respectively. 
     460 
     461 
     462 
     463 
     464 
     465 
     466 
     467