jar

com.github.mdzhb : jt-adpcm

Maven & Gradle

Nov 24, 2021
9 stars

jt-adpcm · A high-quality ADPCM encoder and decoder for Java 9+

Table Of Contents

Latest Version

Download com.github.mdzhb : jt-adpcm JAR file - Latest Versions:

All Versions

Download com.github.mdzhb : jt-adpcm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 jt-adpcm-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jiggawatt.jt.tools.adpcm.impl

├─ com.jiggawatt.jt.tools.adpcm.impl.ADPCMUtil.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.impl.RIFFUtil.class - [JAR]

com.jiggawatt.jt.tools.adpcm.util

├─ com.jiggawatt.jt.tools.adpcm.util.WAVFile.class - [JAR]

com.jiggawatt.jt.tools.adpcm

├─ com.jiggawatt.jt.tools.adpcm.ADPCMContext.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.ADPCMDecoder.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.ADPCMDecoderConfig.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.ADPCMEncoder.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.ADPCMEncoderConfig.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.ADPCMEncodingException.class - [JAR]

├─ com.jiggawatt.jt.tools.adpcm.NoiseShaping.class - [JAR]

Advertisement