facebookresearch / encodec

State-of-the-art deep learning based audio codec supporting both mono 24 kHz audio and stereo 48 kHz audio.
MIT License
3.47k stars 304 forks source link

Real-time usage example, and permissive licensing question #1

Open josephrocca opened 1 year ago

josephrocca commented 1 year ago

❓ Questions

Thanks for releasing this - very exciting work! I have two questions:

adefossez commented 1 year ago

We are considering the possibility of releasing this code under MIT, but it will take a bit of time to get the legal approval.

At the moment we do not provide an API for real streaming, although this is on our todo.

kwinz commented 1 year ago

To add to the freedom to use the IP question: Patent rights are not licensed under the current license. Did you apply for one or more patents before releasing this? Could you comment on the patent situation please.

chrisdonahue commented 1 year ago

Huge thanks to all authors for releasing this fantastic work!!

I too am curious about licensing. Is there any update on releasing under MIT?

Stack-Attack commented 1 year ago

As others have mentioned, thanks for the work!

I know these things take time, but are you able to update us on whether there is still any willpower pursuing a more permissive license?

pzelasko commented 1 year ago

It looks like this issue can be closed as of 2 weeks ago, as the code and model weights are apparently relicensed to MIT. Could the authors confirm this is correct? @adefossez

https://github.com/facebookresearch/encodec/commit/349b72939f57cb3bc7b60906c0ee8228c849485d

dakl commented 1 year ago

Same question here: Are the model weights MIT licensed, or does that refer to the code only?

sjkoelle commented 1 year ago

That PR looks like it is releasing the code only MIT.

A bit confused by the licensing as well. Audiocraft weights are not under commercial license, but HF transformers is?

kwinz commented 8 months ago

Thanks for releasing this under MIT License! Could you (dual-) license this under https://opensource.org/license/bsdpluspatent/ ?

The libary's use is limited with a license which covers just part of the IP rights. Thanks in advance!

stonelazy commented 4 months ago

I hope the question raised by OP still remains, example of real-time streaming usage of encodec.