return Manager.createPlayer(is, "audio/x-wav");
}
private void playSong(int song) throws IOException, MediaException
{
ASAP_ModuleInfo module_info = asap.getModuleInfo();
int duration = module_info.durations[song];
gauge = new Gauge(null, false, 1, 0);
Form playForm = new Form("ASAP " + ASAP.VERSION);
appendStringItem(playForm, "Name: ", module_info.name);