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

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

Notifications You must be signed in to change notification settings

ggrandes-clones/jflac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java versions of the FLAC libraries
*****************************************************************************
Conformity:

libFLAC-1.3.2
libogg-1.3.3
+ 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:
FLAC, home page
http://flac.sourceforge.net/
Java FLAC Codec
http://jflac.sourceforge.net/
javaFlacEncoder
http://javaflacencoder.sourceforge.net/

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages