jar

com.tianscar.javasound : javasound-wavpack

Maven & Gradle

May 18, 2023
2 stars

Java Implementation of WavPack Codec · Java implementation of the tiny version of the WavPack 4.40 decoder and encoder

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
1.4.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-wavpack-1.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.beatofthedrum.wvcodec

├─ com.beatofthedrum.wvcodec.BitsUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.Bitstream.class - [JAR]

├─ com.beatofthedrum.wvcodec.ChunkHeader.class - [JAR]

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

├─ com.beatofthedrum.wvcodec.FloatUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.MetadataUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.PackUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.RiffChunkHeader.class - [JAR]

├─ com.beatofthedrum.wvcodec.UnpackUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.WaveHeader.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackConfig.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackContext.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackException.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackHeader.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackMetadata.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackStream.class - [JAR]

├─ com.beatofthedrum.wvcodec.WavpackUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.WordsUtils.class - [JAR]

├─ com.beatofthedrum.wvcodec.decorr_pass.class - [JAR]

├─ com.beatofthedrum.wvcodec.delta_data.class - [JAR]

├─ com.beatofthedrum.wvcodec.entropy_data.class - [JAR]

├─ com.beatofthedrum.wvcodec.words_data.class - [JAR]

com.beatofthedrum.wvcodec.spi

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

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

├─ com.beatofthedrum.wvcodec.spi.Wavpack2PcmAudioInputStream.class - [JAR]

├─ com.beatofthedrum.wvcodec.spi.WavpackAudioFileFormat.class - [JAR]

├─ com.beatofthedrum.wvcodec.spi.WavpackAudioFileReader.class - [JAR]

├─ com.beatofthedrum.wvcodec.spi.WavpackAudioFileWriter.class - [JAR]

├─ com.beatofthedrum.wvcodec.spi.WavpackAudioFormat.class - [JAR]

├─ com.beatofthedrum.wvcodec.spi.WavpackAudioInputStream.class - [JAR]

├─ com.beatofthedrum.wvcodec.spi.WavpackFormatConversionProvider.class - [JAR]

Advertisement