JMF format problem

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
 
R

Roland

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
According to
<http://www.sun.com/software/communitysource/jmf/download.html>, the
msadpcm codec is *not included*.


--
Regards,

Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
 
A

Andrew Thompson

...(Pig does snort when played in Winamp)

It plays in my version of WinAmp (2.80 - using Nullsoft
Waveform Decoder v2.05a for the wavs).

Therefore I suspect (though I know little about sound formats)
that it is more related to a CODEC (is it an acronym?) as you
were suggesting earlier.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top