Skip to content

Tianscar/javasound-vorbis

Repository files navigation

Java Implementation of Vorbis

This is a fork of JVorbis, backported to Java 8.

This library is a Java port of the Ogg Vorbis codec from xiph.org.

Original port: by http://dmilvdv.narod.ru/Apps/oggvorbis.html Original code: https://www.xiph.org/vorbis/

Add the library to your project (gradle)

  1. Add the Maven Central repository (if not exist) to your build file:
repositories {
    ...
    mavenCentral()
}
  1. Add the dependency:
dependencies {
    ...
    implementation 'com.tianscar.javasound:javasound-vorbis:2.1.0'
}

Usage

Tests and Examples
Command-line interfaces

Note you need to download test audios here and put them to /src/test/resources to run the test code properly!

License

LGPL-2.0
Xiph.Org Variant of the BSD License

About

This library is a Java port of the OGG Vorbis codec from xiph.org. Fork of:

Topics

Resources

License

Unknown, BSD-3-Clause licenses found

Licenses found

Unknown
LICENSE.LGPL
BSD-3-Clause
LICENSE.Xiph

Stars

Watchers

Forks

Languages