Hi! Can some one help me with coding to bring in a .wav file into an applet? Is there an example code? This site has a .au with 8000 sample rate but what I want to put in will be seriously degraded when I lower the Sample rate! Any ideas?
Printable View
Hi! Can some one help me with coding to bring in a .wav file into an applet? Is there an example code? This site has a .au with 8000 sample rate but what I want to put in will be seriously degraded when I lower the Sample rate! Any ideas?
by the way, I found an API that allows for MP3 importing. Thats even better. Unfortunately, I don't have the javax.sound package and I need it. Can someone who has it export i and help me with the source
Try http://java.sun.com/docs/books/tutor...d/playing.html
Might help a little
As far as I know, javax.sound is part of the Sun distribution, and seperating any part and distributing it is against the license. Therefore, I suggest you try downloading the 1.4 sdk from java.sun.com
Alright thanks, Ill check it out