0

I am looking for a solid open source audio compression library for java. I am working on a closed sourced project, so no copy left licenses. But I am interested in both lossless and lossy.

b3bop
  • 3,373
  • 2
  • 17
  • 17
  • A lot of people (game programmers I know) use ogg/vorbis. http://www.jcraft.com/jorbis/ http://www.jcraft.com/jorbis/tutorial/Tutorial.html It is lossy, but perhaps a bit less so than mp3. – Phil Freihofner May 11 '12 at 08:50

1 Answers1

3

http://flac.sourceforge.net/license.html <-- BSD license / lossless

http://jflac.sourceforge.net/ << Apache license / lossless

Brian Maltzan
  • 1,327
  • 10
  • 12
  • Have you used jFlac before? Can you verify its reliability? I believe the license is GNU public which is a copy left license. Thanks. – b3bop May 07 '12 at 18:24
  • I have not used jflac, hopefully someone else can comment on it's reliability. See right sidebar for license: http://sourceforge.net/projects/jflac/. The license file in the download doesn't say apache, but looks like it to me. – Brian Maltzan May 07 '12 at 19:04
  • The license in the distribution I have is definitely GNU public. Also, it looks like jFlac died before anyone ported the "co" part of the codec. So that's really just a "dec". – b3bop May 07 '12 at 19:10