Ogg

F

Francois

Hello,

Does anyone know if it is possible to play ogg files in a Java application?

Thanks, Francois
 
A

Andrew Thompson

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
 

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

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top