System.out.println("Can't open " + audioFile + " "
+ ioe);
}
}
} else if (!streamingAudio) {
audioPlayer = new JavaClipAudioPlayer();
} else {
try {
audioPlayer = voice.getDefaultAudioPlayer();
} catch (InstantiationException e) {
e.printStackTrace();