Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.
/ joggvorbis Public archive

Copy: Java versions of the Ogg Vorbis libraries. Porting C-code, the most complete compliance in naming and using.

Notifications You must be signed in to change notification settings

ggrandes-clones/joggvorbis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java versions of the Ogg Vorbis libraries
*****************************************************************************
Conformity:

libogg-1.3.3
libvorbis-1.3.6
+ tests
+ examples
+ java spi interface

*****************************************************************************
Java v1.6 was used.

It is recommended to use an obfuscator to reduce the size and speed up.
You should save the class names inside the /spi package.
Obuscator optimization should be used carefully,
it can reduce the library speed and increase the CPU usage.
*****************************************************************************

Source file labels:
FIXME - suspicious places in the C source code.
XXX - the labels for test code and comments.
TODO - possible, a java code needs to be refined.

*****************************************************************************
See also:
Ogg, home page
http://www.xiph.org/ogg/
Vorbis, home page
http://www.xiph.org/vorbis/
OggVorbis libraries, including vorbis-java-1.0.0-beta based on libvorbis-1.1.2, libogg-1.1.3
http://www.xiph.org/downloads/
JOrbis, a pure Java(TM) Ogg Vorbis decoder
http://www.jcraft.com/jorbis/
Vorbis SPI
http://www.javazoom.net/vorbisspi/vorbisspi.html
Ogg Vorbis Encoder aoTuV
http://www.geocities.jp/aoyoume/aotuv/
Ogg Vorbis acceleration project
http://homepage3.nifty.com/blacksword/index_e.htm
Vorbis RTP
http://www.j-ogg.de/rtp/index.html

About

Copy: Java versions of the Ogg Vorbis libraries. Porting C-code, the most complete compliance in naming and using.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages