facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.59k stars 2.09k forks source link

Language Modeling and Entropy Coding in Compression model #223

Closed Liujingxiu23 closed 1 year ago

Liujingxiu23 commented 1 year ago

In the paper of Encodec, there are design of "Language Modeling and Entropy Coding", but I do not find related code. Am I miss anything?

JadeCopet commented 1 year ago

You can find the code for inference in the encodec repository, we do not plan on releasing additional code for it at the moment.