
Signature
Knute Johnson
email s/nospam/knute/
> I ran into the same problems that you have seen. The MP3 plugin will
> work with JavaSound but it only works with certain format MP3 files.
[quoted text clipped - 5 lines]
>
> http://java.sun.com/products/java-media/sound/list.html
Thanks, I will take a look.
> and you should look into Tritonus. These fellows have written some
> really handy things, MP3 too, for JavaSound.
>
> www.tritonus.org
I was looking at the Tritonus stuff, but I wasn't sure exactly what it
was. It seems to be a pure Java implementation of Java Sound that was
written primarily for Linux. Is that correct?
I know the MP3SPI library uses it. I hacked around in the source code to
try and remove the dependency and see if MP3SPI would work just using the
base Java Sound classes, but I didn't get it to work properly.
There's no reason why I can't use Tritonus (or why I can't install JMF), I
just thought it should be possible to play MP3s without either.
Thanks,
Dan.

Signature
Daniel Dyer
http://www.dandyer.co.uk
Knute Johnson - 22 Jan 2006 17:43 GMT
> I was looking at the Tritonus stuff, but I wasn't sure exactly what it
> was. It seems to be a pure Java implementation of Java Sound that was
> written primarily for Linux. Is that correct?
I think you are right, they are primarily Linux guys, but Tritonus will
run just fine on any Java system.
> I know the MP3SPI library uses it. I hacked around in the source code
> to try and remove the dependency and see if MP3SPI would work just
> using the base Java Sound classes, but I didn't get it to work properly.
>
> There's no reason why I can't use Tritonus (or why I can't install JMF),
> I just thought it should be possible to play MP3s without either.
The nice thing about the Tritonus is that it is just a couple of JAR
files any you are ready to go. Ask around on the JAVASOUND mailling
list, I'm sure they can get you running with the plugin. I just didn't
get where I was going with it and moved on to something else. I'm sure
it will work.

Signature
Knute Johnson
email s/nospam/knute/