我已经在树莓派中通过Terminal播放声音,但是实际上,我真的很想在树莓派中的“ BlueJ”中使用Java播放声音。
我更改了文件格式。(wav,mp3) 但是我遇到了一些错误。请帮助我。
/* Colors */
/* Pink: #ed1849 */
/* Blue: #006aad */
/*Style for Profile Page*/
/*Style for Order Page*/
/*Style for Review Page*/
这是我的代码。
Music.java
javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input file
at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1189)
at Music.run(Music.java:24)
at java.lang.Thread.run(Thread.java:745)
}