soundlibs: Open source java libraries repackaged

Soundlibs provides mavenized version of java sound libraries as Tritonus or JLayer

Лицензия

Лицензия

Группа

Группа

com.googlecode.soundlibs
Идентификатор

Идентификатор

soundlibs
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

soundlibs: Open source java libraries repackaged
Soundlibs provides mavenized version of java sound libraries as Tritonus or JLayer
Ссылка на сайт

Ссылка на сайт

https://code.google.com/p/soundlibs/
Система контроля версий

Система контроля версий

https://github.com/pdudits/soundlibs

Скачать soundlibs

Имя Файла Размер
soundlibs-1.4.pom 4 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • tritonus-share
  • jlayer
  • mp3spi
  • jorbis
  • vorbisspi
  • tritonus-all
  • basicplayer

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

  • BasicPlayer - BasicPlayer layer is the simple player API of jlGui. These classes are designed to be used in any application that needs simple features (play, stop, pause, resume, seek) to play audio file or stream. It’s a high-level API over JavaSound API.

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.4</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>tritonus-all</artifactId>
  <version>0.3.7.2</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>jlayer</artifactId>
  <version>1.0.1.4</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>mp3spi</artifactId>
  <version>1.9.5.3</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>jorbis</artifactId>
  <version>0.0.17.4</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>vorbisspi</artifactId>
  <version>1.0.3.3</version>
</dependency>

<dependency>
  <groupId>com.googlecode.soundlibs</groupId>
  <artifactId>basicplayer</artifactId>
  <version>3.0.0.0</version>
</dependency>

Changes

soundlibs 1.4

Due to new release process all modules have are re-released with new version number. Packaging versions are no longer separated with a dash, rather with a dot.

soundlibs 1.3

  • Added OSGi support

  • Added tritonus-all with all non-native code of tritonus

  • Support input configuration in javazoom player

Версии библиотеки

Версия
1.4
1.3
1.2
1.1