Packages
org.tritonus.core Initialization and Plug-in loading infrastructure.
org.tritonus.lowlevel.alsa Access to native ALSA library.
org.tritonus.lowlevel.cdda The "mid-level" CDDA API.
org.tritonus.lowlevel.cdda.cdparanoia Access to native cdparanoia library.
org.tritonus.lowlevel.cdda.cooked_ioctl Access to the native Linux "cooked ioctl" CDDA interface.
org.tritonus.lowlevel.esd Access to the native Esound library.
org.tritonus.lowlevel.gsm GSM 06.10 encoder and decoder.
org.tritonus.lowlevel.lame Access to the native LAME library.
org.tritonus.lowlevel.ogg Access to the native ogg library.
org.tritonus.lowlevel.vorbis Access to the native vorbis library.
org.tritonus.midi.device.alsa Sequencer and MIDI device access based on ALSA.
org.tritonus.midi.device.java Sequencer implemented in pure java.
org.tritonus.midi.file Standard MIDI file reading and writing.
org.tritonus.sampled.cdda "High-level" interface to CDDA reading.
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.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.
org.tritonus.sampled.mixer.alsa A Mixer implementation based on ALSA.
org.tritonus.sampled.mixer.esd A Mixer implementation based on Esound.
org.tritonus.share Misc helper classes.
org.tritonus.share.midi Base classes and helper classes for the implementation of MIDI stuff.
org.tritonus.share.sampled Helper classes for the implementation of sampled audio stuff.
org.tritonus.share.sampled.convert Base classes for the implementation of FormatConversionProviders.
org.tritonus.share.sampled.file Base classes for the implementation of AudioFileReaders and AudioFileWriters.
org.tritonus.share.sampled.mixer Base classes for the implementation of MixerProviders.