A
Al
I wrote a small Java application that down loads sounds from my web site and
plays them. The start method of the javax.media.Player class printed out
the following. error. I may be misinterpeting the error message. But it
seems to be say that msadpcm format isnot support. But the Java Soft site
implies it does. What does the error mean?
I was tying to play the following sound
http://www.bigalsoftware.com/sounds/Pig_snorts.wav .
Unable to handle format: msadpcm, 44100.0 Hz, 4-bit, Stereo, Unsigned,
43008.0 frame rate, FrameSize=16384 bits
Failed to realize: com.sun.media.PlaybackEngine@ef2c60
Error: Unable to realize com.sun.media.PlaybackEngine@ef2c60
Thanks
Al
plays them. The start method of the javax.media.Player class printed out
the following. error. I may be misinterpeting the error message. But it
seems to be say that msadpcm format isnot support. But the Java Soft site
implies it does. What does the error mean?
I was tying to play the following sound
http://www.bigalsoftware.com/sounds/Pig_snorts.wav .
Unable to handle format: msadpcm, 44100.0 Hz, 4-bit, Stereo, Unsigned,
43008.0 frame rate, FrameSize=16384 bits
Failed to realize: com.sun.media.PlaybackEngine@ef2c60
Error: Unable to realize com.sun.media.PlaybackEngine@ef2c60
Thanks
Al