ggrandes-clones / jlame

Copy: Java version of the Lame mp3 codec. Porting C-code, the most complete compliance in naming and using.

Home Page:http://dmilvdv.narod.ru/Apps/mp3_codec.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java versions of the Lame mp3 codec libraries
*****************************************************************************
Conformity:

Lame-3.100

*****************************************************************************
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:
LAME
http://www.sourceforge.net/projects/lame

Native Java port of the LAME library.
https://github.com/nwaldispuehl/java-lame

About

Copy: Java version of the Lame mp3 codec. Porting C-code, the most complete compliance in naming and using.

http://dmilvdv.narod.ru/Apps/mp3_codec.html


Languages

Language:Java 100.0%