Skip to content

MP3 decoder in Java, with service provider interface for Java Sound API. Based in JavaZOOM's JLayer and MP3SPI.

License

Notifications You must be signed in to change notification settings

allantaborda/jmp3dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JMp3Dec - A Java MP3 decoder

JMp3Dec is a MP3 decoder in Java, with service provider interface for Java Sound API. It is based in JavaZOOM's JLayer and MP3SPI.

To include JMp3Dec as a dependency in the pom.xml file (in the case of using Maven), simply include the following excerpt inside the "dependencies" tag of the file:

<dependency>
	<groupId>com.allantaborda</groupId>
	<artifactId>jmp3dec</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>

About

MP3 decoder in Java, with service provider interface for Java Sound API. Based in JavaZOOM's JLayer and MP3SPI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages