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.18k stars 2.01k forks source link

Release v1.2.0 #347

Closed adefossez closed 8 months ago

adefossez commented 8 months ago

Adding stereo models with left/right codebook interleaving using a variant of the delay pattern. Stereo generation at no extra cost be it at train or inference time.

Various other improvements to the demos.