Имя |
Описание |
Converter |
The Converter class implements the conversion of an MPEG audio file to a .WAV file. To convert an MPEG audio stream, just create an instance of this class and call the {@link convert() convert()} method, passing in the names of the input and output files. You can pass in optional ProgressListener and Decoder.Params objects also to customize the conversion. * |
Converter.PrintWriterProgressListener |
Implementation of ProgressListener that writes notification text to a PrintWriter . |
Converter.ProgressListener_Fields |
|
RiffFile |
Class to manage RIFF files |
RiffFile.RiffChunkHeader |
|
WaveFile |
Class allowing WaveFormat Access |
WaveFile.WaveFileSample |
|
WaveFile.WaveFormat_Chunk |
|
WaveFile.WaveFormat_ChunkData |
|
WaveFileObuffer |
Implements an Obuffer by writing the data to a file in RIFF WAVE format. @since 0.0 |
jlc |
The jlc class presents the JavaLayer Conversion functionality as a command-line program. * @since 0.0.7 |
jlc.jlcArgs |
Class to contain arguments for maplay. |