mSound = new Sound(this);
mSound.loadSound("sfondo.mp3", true);
mSound.start(0, 999);

ecco... l'unico problema è che non funziona il loop!!!