Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Improved OGG Vorbis encoder in Java (Read 4607 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Improved OGG Vorbis encoder in Java

I wrote a utility class to encode OGG Vorbis audio files from Java, using the xiph Java ports of libogg and libvorbis.

This is used when we are beginning with an array of floating point samples, as opposed to converting an integer based .WAV file, as in the original xiph example.

I hope this is helpful to the community.

https://github.com/xjmusic/java-vorbis-encoder/blob/master/VorbisEncoder.java