开发者

Java audio playing solution? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

How to use the buttons to play audio with siwng, some example please ?

I'm using a button ok, it plays the song, but when i click the button it just can't get clicked again until the song ends .Any ideas, h开发者_JAVA百科ow to make that works ?Wheni click button to start the audio, and how to do to let me click the button again, until it ends the audio ?


There is good example at http://www.developer.com/java/other/article.php/2173111/Java-Sound-Playing-Back-Audio-Files-using-Java.htm and it works fine. The audio gets stopped.

Update

I found this interesting link, maybe it helps:

http://introcs.cs.princeton.edu/faq/mp3/mp3.html


start a new thread on button click and play the sound there, it will work fine. If you try to play it there, the UI will stuck and you will have issues.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜