0

I am trying to play an online audio file in Java Here's a link to the file and this can be run from Java code. How can I play this from my Java code without downloading it to my PC?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
user1226162
  • 1,972
  • 8
  • 27
  • 42

2 Answers2

0

Try Playing Back Audio tutorial. Here is an example.

tenorsax
  • 21,123
  • 9
  • 60
  • 107
0

What about Java Media Framework (JMF)?

Edwin Dalorzo
  • 76,803
  • 25
  • 144
  • 205