public synchronized void resetSound() {
   if (asound != null) {
     asound.reset();
   }
 }