public void playMySound() {
if (mClip != null) {
mClip.setMicrosecondPosition(0); // Reset to the start of the file
mClip.start();
}
}
public void playMySound() {
if (mClip != null) {
mClip.setMicrosecondPosition(0); // Reset to the start of the file
mClip.start();
}
}