Skip to content

RaymondKroon/soundlibs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project aims to create and publish Maven artifacts for sound processing libraries that are not deployed to Maven Central Repository by their original authors. Since these projects are stable for several years (let’s not call them dead, shall we?), it is unlikely that they switch to Maven anytime soon.

Following artifacts are released including source and javadoc artifacts:

  • Tritonus share - utility classes for sound processing

  • JLayer - MP3 decoder and encoder

  • MP3SPI - javax.sound provider for MP3 decoding and encoding based on JLayer

  • JOrbis - OGG Vorbis decoder and encoder

  • VorbisSPI Service provider for decoding OGG Vorbis

How to use

Add any of these dependencies to your project:

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>tritonus-share</artifactId>
  <version>0.3.7-2</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>jlayer</artifactId>
  <version>1.0.1-1</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>mp3spi</artifactId>
  <version>1.9.5-1</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>jorbis</artifactId>
  <version>0.0.17-2</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>vorbisspi</artifactId>
  <version>1.0.3-1</version>
</dependency>

About

Maven artifacts for Java Sound Libraries

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 60.6%
  • C 37.9%
  • Objective-C 0.6%
  • Roff 0.3%
  • Shell 0.3%
  • HTML 0.2%
  • Other 0.1%