cxmscb / wavfile

Java Wav File IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Maven Central javadoc

Written by Andrew Greensted. Documented by Geoffrey Challen. Packaged and Tested by Sambit Paul.

To use this in your project, add this to your respective config file for Gradle / Maven.

Gradle

implementation 'com.github.psambit9791:wavfile:0.1'

Maven

<dependency>
  <groupId>com.github.psambit9791</groupId>
  <artifactId>wavfile</artifactId>
  <version>0.1</version>
</dependency>

JitPack

You can use JitPack to use the development version on your application; use this link for reference.

About

Java Wav File IO