Comment puis-je lire .mp3un .wavfichier et un fichier dans mon application Java? J'utilise Swing. J'ai essayé de chercher sur Internet, quelque chose comme cet exemple: public void playSound() { try { AudioInputStream audioInputStream = AudioSystem.getAudioInputStream(new
105
Vous jouez .mp3 et .wav en Java?