Package net.avadeaux.klipspringer.codec


package net.avadeaux.klipspringer.codec

Classes for decoding the FLAC and Ogg Vorbis audio format, and encoding FLAC, Ogg Vorbis, or MP3 format. Works by calling external libraries (libFLAC, Ogg Vorbis API, LAME) via the Java Native Interface. Decoding other formats supported by the standard Java sound system can be wrapped using AudioInputStreamDecoder.

Find usage examples in the examples directory available with the distribution of this package, and more information on the Klipspringer codec library web page.

This is part of the Klipspringer music playing software
© 2014–2025 Jesper Larsson, released as free software under GPL version 3 or later.
See klipspringer.avadeaux.net for more information.