jar

com.tianscar.javasound : javasound-alac

Maven & Gradle

May 18, 2023
0 stars

Java Implementation of Apple Lossless Decoder · Java implementation of Apple Lossless decoder supports both 16-bit and 24-bit Apple Lossless files

Table Of Contents

Latest Version

Download com.tianscar.javasound : javasound-alac JAR file - Latest Versions:

All Versions

Download com.tianscar.javasound : javasound-alac JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window javasound-alac-0.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.beatofthedrum.alacdecoder.spi

├─ com.beatofthedrum.alacdecoder.spi.Alac2PcmAudioInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.AlacAudioFileFormat.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.AlacAudioFileReader.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.AlacAudioFormat.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.AlacAudioInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.AlacFormatConversionProvider.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.AsynchronousAudioInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.spi.CircularBuffer.class - [JAR]

com.beatofthedrum.alacdecoder

├─ com.beatofthedrum.alacdecoder.AlacContext.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacDebug.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacDecodeUtils.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacException.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacFile.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacMarkResetInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacRAFInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacResourceInputStream.class - [JAR]

├─ com.beatofthedrum.alacdecoder.AlacUtils.class - [JAR]

├─ com.beatofthedrum.alacdecoder.ChunkInfo.class - [JAR]

├─ com.beatofthedrum.alacdecoder.DecodeResult.class - [JAR]

├─ com.beatofthedrum.alacdecoder.Defines.class - [JAR]

├─ com.beatofthedrum.alacdecoder.DemuxResT.class - [JAR]

├─ com.beatofthedrum.alacdecoder.DemuxUtils.class - [JAR]

├─ com.beatofthedrum.alacdecoder.LeadingZeros.class - [JAR]

├─ com.beatofthedrum.alacdecoder.QTMovieT.class - [JAR]

├─ com.beatofthedrum.alacdecoder.SampleDuration.class - [JAR]

├─ com.beatofthedrum.alacdecoder.SampleInfo.class - [JAR]

├─ com.beatofthedrum.alacdecoder.StreamUtils.class - [JAR]