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.5k stars 2.06k forks source link

DAC model compatibility with MBD #227

Closed nateraw closed 1 year ago

nateraw commented 1 year ago

Hi there, is the DAC 44khz compression model ckpt compatible with MBD? Or does the pretrained MBD model only work with the pretrained Encodec models? Thank you!

robinsrm commented 1 year ago

Hi :) Thanks for the interest, for now MBD only supports EnCodec Units. We might add DAC support later on.