Skip to content

A small OGG/Vorbis utility library witten in Java with limited functionality (Mainly for use with Minecraft mods where duration of sound may be needed and is unreachable)

License

Notifications You must be signed in to change notification settings

QMXTech/OggAudioData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGG Audio Metadata Utility Library

This is a universal Java library designed to add limited OGG/Vorbis file metadata retrieval methods to any Java application. This library is intended to be used alongside Numina's Musique proxy for Minecraft, though it may have other uses as well.

This library is licensed under the GNU GPL and is based on the OGG metadata handling class for webCDwriter (available at http://haeger.name/webCDwriter)

Latest Builds: Build Status

Known Issues:

  • None reported.

Recent Changes:

2014-12-20 by Korynkai:

  • Some more refactoring - Reorganized, removed redundant code. Also imposed programatic access strictness.
  • Small fixes I didn't catch before with the "lazy" input stream constructor... Also added a test class and an ogg file to test with, Wikipedia's courtesy Median Test ogg file which is licensed under the GNU GPL.

2014-12-19 by Korynkai:

  • Added ZipInputStream as source for constructor and static methods.

2014-12-18 by Korynkai:

  • Refactored Ogg.java for better flexability (now renamed to OggAudioData.java).
  • Renamed project to better reflect its purpose.

2014-12-17 by Korynkai:

  • Initial commit: Prepared and added Ogg.java from webCDcreator and initialized workspace.

About

A small OGG/Vorbis utility library witten in Java with limited functionality (Mainly for use with Minecraft mods where duration of sound may be needed and is unreachable)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages