/** Stops the playing sounds. */ public static void stopSounds() { if (sMediaPlayer != null) { sMediaPlayer.stop(); releaseSound(); } ReadText.stopTts(); }