wavfile - Java Wav File IO

Written by Andrew Greensted. Available at http://www.labbookpages.co.uk/audio/javaWavFiles.html. This is just packaged to be made available through Maven. All source code belongs to Andrew Greensted.

License

License

GroupId

GroupId

com.github.psambit9791
ArtifactId

ArtifactId

wavfile
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

wavfile - Java Wav File IO
Written by Andrew Greensted. Available at http://www.labbookpages.co.uk/audio/javaWavFiles.html. This is just packaged to be made available through Maven. All source code belongs to Andrew Greensted.
Project URL

Project URL

https://github.com/psambit9791/wavfile
Source Code Management

Source Code Management

http://github.com/psambit9791/wavfile/tree/master

Download wavfile

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.psambit9791/wavfile/ -->
<dependency>
    <groupId>com.github.psambit9791</groupId>
    <artifactId>wavfile</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psambit9791/wavfile/
implementation 'com.github.psambit9791:wavfile:0.1'
// https://jarcasting.com/artifacts/com.github.psambit9791/wavfile/
implementation ("com.github.psambit9791:wavfile:0.1")
'com.github.psambit9791:wavfile:jar:0.1'
<dependency org="com.github.psambit9791" name="wavfile" rev="0.1">
  <artifact name="wavfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psambit9791', module='wavfile', version='0.1')
)
libraryDependencies += "com.github.psambit9791" % "wavfile" % "0.1"
[com.github.psambit9791/wavfile "0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.0.3
org.junit.platform : junit-platform-surefire-provider jar 1.0.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Project Modules

There are no modules declared in this project.

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>

Versions

Version
0.1