// work only if underlying JavaSound SPI implements
// skip(...). True for MP3SPI and SUN SPI's
// (WAVE, AU, AIFF). // Set Volume (0 to 1.0). control.setGain(0.85);
// Set Pan (-1.0 to 1.0).
control.setPan(0.0);
control.play();
} catch (BasicPlayerException e) {
e.printStackTrace();
}
}