Uses of Class
org.tritonus.share.sampled.file.TAudioFileReader

Packages that use TAudioFileReader
org.tritonus.sampled.file Standard audio file readers and writers (.aiff, .au, .wav). 
org.tritonus.sampled.file.gsm GSM 06.10 audio file reader and writer. 
org.tritonus.sampled.file.jorbis Ogg vorbis audio file reader based on the jorbis library. 
org.tritonus.sampled.file.mpeg Mp3 audio file reader and writer. 
org.tritonus.sampled.file.vorbis Ogg vorbis audio file reader and writer based on native libraries. 
 

Uses of TAudioFileReader in org.tritonus.sampled.file
 

Subclasses of TAudioFileReader in org.tritonus.sampled.file
 class AiffAudioFileReader
          Class for reading AIFF and AIFF-C files.
 class AuAudioFileReader
          Class for reading Sun/Next AU files.
 class WaveAudioFileReader
          Class for reading wave files.
 

Uses of TAudioFileReader in org.tritonus.sampled.file.gsm
 

Subclasses of TAudioFileReader in org.tritonus.sampled.file.gsm
 class GSMAudioFileReader
          AudioFileReader class for GSM 06.10 data.
 

Uses of TAudioFileReader in org.tritonus.sampled.file.jorbis
 

Subclasses of TAudioFileReader in org.tritonus.sampled.file.jorbis
 class JorbisAudioFileReader
           
 

Uses of TAudioFileReader in org.tritonus.sampled.file.mpeg
 

Subclasses of TAudioFileReader in org.tritonus.sampled.file.mpeg
 class MpegAudioFileReader
           
 

Uses of TAudioFileReader in org.tritonus.sampled.file.vorbis
 

Subclasses of TAudioFileReader in org.tritonus.sampled.file.vorbis
 class VorbisAudioFileReader