Package com.icdif.audio.io

Interface Summary
AudioDecoder An interface that represents a general audio decoder It's purpose is to be implemented by the wav, mp3, ogg, etc. decoders
 

Class Summary
AudioDevice A class that allows the passage of PCM float data to the audio device
EndianDataInputStream This class provides ways of reading the bytes of the PCM Converting them to String, Short or Integer
MP3Decoder An mp3 decoder that uses the tritonus library
WaveDecoder This class implements the AudioDecoder Interface and is responsible for decoding the audio data from a wave file, i.e. transforming the bytes in pcm format to arrays of float that we can easily analyse and plot.