Hello,
Does anyone know if it is possible to play ogg files in a Java application?
Thanks, Francois
Andrew Thompson - 13 Mar 2008 08:55 GMT
...
> Does anyone know if it is possible to play ogg files in a Java application?
Java is a Turing complete language, so ..sure.
You just need to find/code an API that can read
and parse OGG file format.
I don't think JMF (Sun) can do it, but FMJ (3rd
party) might be able to.
Of course, you might also look to..
- Java 6 and java.awt.Desktop.open(File)
- Java 7 and JMC
--
Andrew T.
PhySci.org
Michael Jung - 13 Mar 2008 20:32 GMT
> Does anyone know if it is possible to play ogg files in a Java application?
Google: Javasound and Tritonus
Michael
Lasse Reichstein Nielsen - 13 Mar 2008 21:54 GMT
> Does anyone know if it is possible to play ogg files in a Java application?
Have you tried this link:
http://www.google.com/search?q=java+ogg+library&btnG=Search+Google
/L

Signature
Lasse Reichstein Nielsen - lrn@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Roedy Green - 15 Mar 2008 11:26 GMT
>Does anyone know if it is possible to play ogg files in a Java application?
you are in luck. See http://mindprod.com/jgloss/sound.html
Java has a pluggable sound interface and the JavaZoom people have done
an OGG plugin.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com