Package org.tritonus.share.sampled.convert

Base classes for the implementation of FormatConversionProviders.

See:
          Description

Class Summary
TAsynchronousFilteredAudioInputStream Base class for asynchronus converters.
TAudioInputStream AudioInputStream base class.
TEncodingFormatConversionProvider This is a base class for FormatConversionProviders that only change the encoding, i.e. they never change the sample size in bits without changing the encoding change the sample rate change the number of channels It is assumed that each source format can be encoded to all target formats.
TFormatConversionProvider Base class for all conversion providers of Tritonus.
TMatrixFormatConversionProvider Base class for arbitrary formatConversionProviders.
TSimpleFormatConversionProvider This is a base class for FormatConversionProviders that can convert from each source encoding/format to each target encoding/format.
TSynchronousFilteredAudioInputStream Base class for types of audio filter/converter that translate one frame to another frame.
 

Package org.tritonus.share.sampled.convert Description

Base classes for the implementation of FormatConversionProviders. The classes provided here .

See Also:
FormatConversionProvider, org.tritonus.sampled.convert, org.tritonus.sampled.convert.gsm, org.tritonus.sampled.convert.jorbis, org.tritonus.sampled.convert.lame, org.tritonus.sampled.convert.vorbis