Package org.tritonus.lowlevel.pvorbis

Alternative pure java implementation of the vorbis library.

See:
          Description

Interface Summary
VorbisConstants Constants, especially error codes from vorbis/codec.h.
 

Class Summary
Block Wrapper for vorbis_block.
Comment Wrapper for vorbis_comment.
DspState Wrapper for vorbis_dsp_state.
Info Wrapper for vorbis_info.
StaticCodebook Holds the static part of a codebook.
 

Package org.tritonus.lowlevel.pvorbis Description

Alternative pure java implementation of the vorbis library. The classes provided here . This package is used by the package org.tritonus.sampled.convert.pvorbis.

See Also:
org.tritonus.sampled.convert.pvorbis