opsu-dance/lib/jlayer1.0.1/src/javazoom/jl/decoder
2014-06-29 22:17:04 -04:00
..
au2lin.ser Initial commit. 2014-06-29 22:17:04 -04:00
BitReserve.java Initial commit. 2014-06-29 22:17:04 -04:00
Bitstream.java Initial commit. 2014-06-29 22:17:04 -04:00
BitstreamErrors.java Initial commit. 2014-06-29 22:17:04 -04:00
BitstreamException.java Initial commit. 2014-06-29 22:17:04 -04:00
Control.java Initial commit. 2014-06-29 22:17:04 -04:00
Crc16.java Initial commit. 2014-06-29 22:17:04 -04:00
Decoder.java Initial commit. 2014-06-29 22:17:04 -04:00
DecoderErrors.java Initial commit. 2014-06-29 22:17:04 -04:00
DecoderException.java Initial commit. 2014-06-29 22:17:04 -04:00
Equalizer.java Initial commit. 2014-06-29 22:17:04 -04:00
FrameDecoder.java Initial commit. 2014-06-29 22:17:04 -04:00
Header.java Initial commit. 2014-06-29 22:17:04 -04:00
huffcodetab.java Initial commit. 2014-06-29 22:17:04 -04:00
InputStreamSource.java Initial commit. 2014-06-29 22:17:04 -04:00
JavaLayerError.java Initial commit. 2014-06-29 22:17:04 -04:00
JavaLayerErrors.java Initial commit. 2014-06-29 22:17:04 -04:00
JavaLayerException.java Initial commit. 2014-06-29 22:17:04 -04:00
JavaLayerHook.java Initial commit. 2014-06-29 22:17:04 -04:00
JavaLayerUtils.java Initial commit. 2014-06-29 22:17:04 -04:00
l3reorder.ser Initial commit. 2014-06-29 22:17:04 -04:00
LayerIDecoder.java Initial commit. 2014-06-29 22:17:04 -04:00
LayerIIDecoder.java Initial commit. 2014-06-29 22:17:04 -04:00
LayerIIIDecoder.java Initial commit. 2014-06-29 22:17:04 -04:00
lin2au.ser Initial commit. 2014-06-29 22:17:04 -04:00
Manager.java Initial commit. 2014-06-29 22:17:04 -04:00
Obuffer.java Initial commit. 2014-06-29 22:17:04 -04:00
OutputChannels.java Initial commit. 2014-06-29 22:17:04 -04:00
readme.txt Initial commit. 2014-06-29 22:17:04 -04:00
SampleBuffer.java Initial commit. 2014-06-29 22:17:04 -04:00
sfd.ser Initial commit. 2014-06-29 22:17:04 -04:00
Source.java Initial commit. 2014-06-29 22:17:04 -04:00
SynthesisFilter.java Initial commit. 2014-06-29 22:17:04 -04:00

TODO:


Implement high-level Player and Converter classes.

Add MP1 and MP2 support and test. 

Add option to run each "stage" on own thread. 
E.g. read & parse input, decode subbands, subband synthesis, audio output.

Retrofit seek support (temporarily removed when reworking classes.)


Document and give example code.