Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Plugin for OOOGG that adds support for the Opus codec to it, allowing playback of OGG Vorbis files through Java Sound API.

License

Notifications You must be signed in to change notification settings

allantaborda/ooogg-jorbis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OOOGG-JOrbis (OOOGG Vorbis Plugin)

OOOGG-JOrbis is a plugin for OOOGG that adds support for the Opus codec to it, allowing playback of OGG Vorbis files through Java Sound API.

It's based on the JOrbis library (developed by JCraft, Inc.), but without unnecessary source code.

OOOGG-JOrbis replaces Vorbis SPI, developed by JavaZOOM, and can be used in place of it.

OOOGG-JOrbis has only one dependency: OOOGG, an object-oriented OGG container implementation. OOOGG source code can be obtained in: https://github.com/allantaborda/ooogg

To include OOOGG-JOrbis 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>ooogg-jorbis</artifactId>
	<version>0.0.23-SNAPSHOT</version>
</dependency>

About

Plugin for OOOGG that adds support for the Opus codec to it, allowing playback of OGG Vorbis files through Java Sound API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages