Uses of Package
org.tritonus.share.sampled.convert

Packages that use org.tritonus.share.sampled.convert
org.tritonus.sampled.convert Standard format converters (A-law, μ-law, PCM, sample rate). 
org.tritonus.sampled.convert.gsm GSM 06.10 format converter. 
org.tritonus.sampled.convert.jorbis Ogg vorbis decoder based on the jorbis library. 
org.tritonus.sampled.convert.lame Mp3 encoder based on LAME. 
org.tritonus.sampled.convert.vorbis Ogg vorbis encoder and decoder based on native libraries. 
org.tritonus.share.sampled.convert Base classes for the implementation of FormatConversionProviders. 
 

Classes in org.tritonus.share.sampled.convert used by org.tritonus.sampled.convert
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.
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.
 

Classes in org.tritonus.share.sampled.convert used by org.tritonus.sampled.convert.gsm
TAsynchronousFilteredAudioInputStream
          Base class for asynchronus converters.
TAudioInputStream
          AudioInputStream base class.
TFormatConversionProvider
          Base class for all conversion providers of Tritonus.
TSimpleFormatConversionProvider
          This is a base class for FormatConversionProviders that can convert from each source encoding/format to each target encoding/format.
 

Classes in org.tritonus.share.sampled.convert used by org.tritonus.sampled.convert.jorbis
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.
TSimpleFormatConversionProvider
          This is a base class for FormatConversionProviders that can convert from each source encoding/format to each target encoding/format.
 

Classes in org.tritonus.share.sampled.convert used by org.tritonus.sampled.convert.lame
TAsynchronousFilteredAudioInputStream
          Base class for asynchronus converters.
TAudioInputStream
          AudioInputStream base class.
TFormatConversionProvider
          Base class for all conversion providers of Tritonus.
TSimpleFormatConversionProvider
          This is a base class for FormatConversionProviders that can convert from each source encoding/format to each target encoding/format.
 

Classes in org.tritonus.share.sampled.convert used by org.tritonus.sampled.convert.vorbis
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.
TSimpleFormatConversionProvider
          This is a base class for FormatConversionProviders that can convert from each source encoding/format to each target encoding/format.
 

Classes in org.tritonus.share.sampled.convert used by org.tritonus.share.sampled.convert
TAudioInputStream
          AudioInputStream base class.
TFormatConversionProvider
          Base class for all conversion providers of Tritonus.
TSimpleFormatConversionProvider
          This is a base class for FormatConversionProviders that can convert from each source encoding/format to each target encoding/format.