I have five wav files. I want to play them serially from a single Java program using sourceDataLine. But my program is not maintaining the proper sequence. Can anyone provide me code segment?
feedback
|
closed as not a real question by Matt Ball, trashgod, Andrew Thompson, Jonathon, Bill the Lizard♦ Jan 19 at 16:36
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Did you check the Documentation? try this example from here:
| |||||||||||||
feedback
|