0

Can jlayer/javazoom, or vlcj playback MPEG4, RAW AMR, or THREE GPP?

I have searched, and I cannot find how to correctly use the players, or whether they even support playback of these file formats. Are there any other players that can playback these audio formats?

Mat
  • 202,337
  • 40
  • 393
  • 406
Mark
  • 700
  • 2
  • 7
  • 17

1 Answers1

0

I've used Xuggler http://www.xuggle.com/xuggler/ for playing AMR from files. It uses ffmpeg with opencore-amr-nb. And I think it can play other formats. You can start from http://xuggle.googlecode.com/svn/trunk/java/xuggle-xuggler/src/com/xuggle/xuggler/demos/DecodeAndPlayAudio.java

befire
  • 140
  • 1
  • 6
  • This seems like it would work, thanks. Although I've decided that flash is much more user friendly then executable jars for what I'm developing. But still, the help is appreciated. – Mark Nov 07 '11 at 16:25