Skip to content

openlab-vn-ua/joggvorbis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android compatible Ogg audio encoder
*****************************************************************************
Ogg Vorbis codec for Andorid

The project based on source code from:
https://github.com/ggrandes-clones/joggvorbis
The source repo (in turn) looks like a copy/fork from:
http://dmilvdv.narod.ru/Apps/oggvorbis.html

The source only changed a bit to compile both by standard Java and Android

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

Java versions of the Ogg Vorbis libraries (Android compatible). Based on the port of C-code, the most complete compliance in naming and using.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%