
January 4th, 2011, 10:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 41,533
Time spent in forums: < 1 sec
Reputation Power: 47
|
|
|
Playing simple (sampled) Audio in Java
I used to think that playing audio was difficult, until I took the time to actually read the JavaDocs and played around a bit in netbeans. You can play sampled audio in your swing applications by using a few classes from the javax.audio.sampled package.
Read the full article here: Playing simple (sampled) Audio in Java
|