audiocogs / flac.js

FLAC decoder in JavaScript

Home Page:http://audiocogs.org/codecs/flac/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix readme

auroranockert opened this issue · comments

There should be a proper README, which includes reference to libav and that it is available under LGPL, build instructions, usage, etc.

So the decoder was directly ported from ffmpeg but the demuxer I wrote just from the spec... but it's probably fine to release the whole thing under the LGPL. In cd19cd1 I added some file headers referencing these things, but they're different for both files because one was ported and one was not... Anyway, licensing is complicated stuff. Let me know what you think!

I think we should do everything under LGPL, the demux is useless without the decoder. If we want another license we can clean-room the decoder.

LGPL is fine, and that is what I put on both. Not sure clean-rooming is worth the effort. :)

I am pretty convinced that it is not worth it.

On H.24/02/11, at 20:15, Devon Govettreply@reply.github.com wrote:

LGPL is fine, and that is what I put on both. Not sure clean-rooming is worth the effort. :)


Reply to this email directly or view it on GitHub:
https://github.com/ofmlabs/flac.js/issues/1#issuecomment-3922723

done.