import javax.media.*; import java.net.*; public class AudioPlayer { public static void main(String[] args) { try { Player player = Manager.createPlayer(new URL("file:/path/to/audiofile.mp3")); player.start(); player.realize(); player.prefetch(); player.wait(); player.close(); } catch (Exception e) { e.printStackTrace(); } } }


上一篇:
下一篇:
切换中文