Пример #1
0
 /** Stops the playing sounds. */
 public static void stopSounds() {
   if (sMediaPlayer != null) {
     sMediaPlayer.stop();
     releaseSound();
   }
   ReadText.stopTts();
 }