How can I play sound in Java?

后端 未结 10 811
傲寒
傲寒 2020-11-22 04:38

I want to be able to play sound files in my program. Where should I look?

10条回答
  •  -上瘾入骨i
    2020-11-22 05:12

    There is an alternative to importing the sound files which works in both applets and applications: convert the audio files into .java files and simply use them in your code.

    I have developed a tool which makes this process a lot easier. It simplifies the Java Sound API quite a bit.

    http://stephengware.com/projects/soundtoclass/

提交回复
热议问题