search for: cohes

Displaying 2 results from an estimated 2 matches for "cohes".

Did you mean: codes
2007 Aug 14
0
Java Vorbis Encoder - vorbis-java-1.0.0-beta release
Beta release of a limited* native Java Vorbis encoder is now available on the Xiph website. This limited version of the encoder has been ported to Java based on libogg-1.1.3, libvorbis-1.1.2 and a very infant port of libshout-2.2.2 for streaming. *The encoder itself is currently limited to 44100 hz, 2 channel input, and can only encode at Variable Bit Rate.* The release package with binary and
2005 Jun 25
0
Accessing codec_setup members through a vorbis_info variable
Hello all, I am currently doing a partial port of vorbisenc to java. Partial port being that I am just concerned with 44kHz and above stereo coupled modes. I have done the grunt work of converting the 44kHz static code and res book data structures to java classes and want to verify that my data of the Java app matches that of C app. I'm pretty tired so instead of babbling an explanation