Download jlayer-1.0.1-gdx.jar file - Jar j

Jar examples for j:jlayer

Description

Jlayer version used in libgdx. Fixed some NPEs, changed how buffering happens, deleted most of the classes, everything not related to decoding and half of what was related to decoding but not needed. Added support for reading replay gain out of the mp3.

You can download jar file jlayer 1.0.1-gdx in this page.

License

GNU Lesser General Public License (LGPL), Version 2.1

Build File

You can use the following script to add jlayer-1.0.1-gdx.jar to your project.

<dependency>
   <groupId>com.badlogicgames.jlayer</groupId>
   <artifactId>jlayer</artifactId>
   <version>1.0.1-gdx</version>
</dependency>
compile group: 'com.badlogicgames.jlayer', name: 'jlayer', version: '1.0.1-gdx'
libraryDependencies += "com.badlogicgames.jlayer" % "jlayer" % "1.0.1-gdx"
<dependency org="com.badlogicgames.jlayer" name="jlayer" rev="1.0.1-gdx"/>
@Grapes(@Grab(group='com.badlogicgames.jlayer', module='jlayer', version='1.0.1-gdx'))
'com.badlogicgames.jlayer:jlayer:jar:1.0.1-gdx'

Download

Click the following link to download the jar file.

jlayer-1.0.1-gdx-javadoc.jar
jlayer-1.0.1-gdx-sources.jar
jlayer-1.0.1-gdx.jar
jlayer-1.0.1-gdx.pom



Related Tutorials