Changes between Version 10 and Version 11 of HMMVoiceCreation
- Timestamp:
- 05/09/08 12:03:00 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HMMVoiceCreation
v10 v11 74 74 If you want to create another voice in German or English please see the section V below. 75 75 76 Please remember that whenever you are in doubt about the settings of a particular component you can check its corresponding help for a description of the meaning 77 (and possible values) of each variable. 78 76 79 ''' 77 80 === II) Data preparation: === … … 111 114 HMMVoiceConfigure.dataSet = german_set_name 112 115 HMMVoiceConfigure.featureList = feature_list_de.pl (the set of context features used for this voice can be change in this file). 113 HMMVoiceConfigure.lowerF0 = 40 (for male)114 116 HMMVoiceConfigure.speaker = speaker_name 115 HMMVoiceConfigure.upperF0 = 280 (for male) 117 HMMVoiceConfigure.lowerF0 = 40 (male=40, female=80) 118 HMMVoiceConfigure.upperF0 = 280 (male=280, female=350) 116 119 HMMVoiceConfigure.voiceLang = de 117 120 }}}