Streaming ogg files in JavaOggInputStream and OggPlayer is two classes that allows for streaming ogg files in Java. The source is free and you can use and abuse it in any way you wan't.OggInputStream OggInputStream uses JOrbis to decompress ogg files. JOrbis must be in the classpath. It can be downloaded here. OggPlayer OggPlayer uses OggInputStream to play ogg files using OpenAL threw lwjgl. You'll need lwjgl if you want to compile and run it. Contact Feel free to send me a mail at: tombryntesen at tiscali dot no.
|