is not current version
Last Version 1.0.2-gdx

com.badlogicgames.jlayer:jlayer 1.0.1-gdx

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.

GroupId

GroupId

com.badlogicgames.jlayer
ArtifactId

ArtifactId

jlayer
Version

Version

1.0.1-gdx
Type

Type

jar

Download jlayer 1.0.1-gdx


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