Thread: sun.audio
View Single Post
  #4 (permalink)  
Old 12-11-2009, 05:17 AM
helloworld922's Avatar
helloworld922 helloworld922 is online now
Super Moderator
 

Join Date: Jun 2009
Posts: 1,342
Thanks: 5
Thanked 284 Times in 256 Posts
helloworld922 will become famous soon enoughhelloworld922 will become famous soon enoughhelloworld922 will become famous soon enough
Default Re: sun.audio

I know that the Sound API can play audio and MIDI in a regular application as well as an applet.

Here's a link to a tutorial for using the Sound API: Java Sound

I did some research on the sun.audio API, and it looks like it's extremely old. There were articles from over 10 years ago that gave tutorials about using the sun.audio API. I think Sun might have replaced the sun.audio API with the Sound API.
__________________
ASCII a question .. Get an ANSI

Please surround your code with [highlight=Java]code goes here[/highlight].

Last edited by helloworld922; 12-11-2009 at 05:19 AM.
Reply With Quote