jogg

J-Ogg is a collection of Java libraries for reading Ogg files and decoding different contained formats. At the moment the support for Vorbis and FLAC is almost complete (the library decodes all files created by the current versions of libvorbis and libflac correctly) and I've started working on Theora support.

License

License

Free and commercial use, modification and redistribution with attribution.
GroupId

GroupId

de.jarnbjo
ArtifactId

ArtifactId

j-ogg-all
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jogg
J-Ogg is a collection of Java libraries for reading Ogg files and decoding different contained formats. At the moment the support for Vorbis and FLAC is almost complete (the library decodes all files created by the current versions of libvorbis and libflac correctly) and I've started working on Theora support.
Project URL

Project URL

http://www.j-ogg.de/

Download j-ogg-all

How to add to project

<!-- https://jarcasting.com/artifacts/de.jarnbjo/j-ogg-all/ -->
<dependency>
    <groupId>de.jarnbjo</groupId>
    <artifactId>j-ogg-all</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jarnbjo/j-ogg-all/
implementation 'de.jarnbjo:j-ogg-all:1.0.0'
// https://jarcasting.com/artifacts/de.jarnbjo/j-ogg-all/
implementation ("de.jarnbjo:j-ogg-all:1.0.0")
'de.jarnbjo:j-ogg-all:jar:1.0.0'
<dependency org="de.jarnbjo" name="j-ogg-all" rev="1.0.0">
  <artifact name="j-ogg-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jarnbjo', module='j-ogg-all', version='1.0.0')
)
libraryDependencies += "de.jarnbjo" % "j-ogg-all" % "1.0.0"
[de.jarnbjo/j-ogg-all "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0