Otherwise we won't ever be able to select an mbrola voice in ssml processing.master
| } | } | ||||
| // select and sort voices for the required language | // select and sort voices for the required language | ||||
| nv = SetVoiceScores(&voice_select2, voices, 0); | |||||
| nv = SetVoiceScores(&voice_select2, voices, | |||||
| voice_select2.identifier && strncmp(voice_select2.identifier, "mb/", 3) == 0 ? 1 : 0); | |||||
| if (nv == 0) { | if (nv == 0) { | ||||
| // no matching voice, choose the default | // no matching voice, choose the default |