* generally used right now. Second, it is (for now anyway) relatively
* inexpensive to compute. */
final SpeechServer speechServer = this.getSpeechServer();
final String[] familyList = this.getPropertyList().getVoiceFamily(this,
context);
Voice selectedVoice = null;
try {
selectedVoice = speechServer.selectVoiceXsl(familyList);
} catch (final SpeechException e) {
this.getLogger().error("Error creating Voice.\n"
+ this.getContextMessage());