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

About train Dac model #376

Open RevolGMPHL opened 6 months ago

RevolGMPHL commented 6 months ago

The current compression model is 32khz mono. I'm wondering if you guys can release a model trained using a 44khz DAC to compress, or one trained on an even higher quality codec, to compress audio. It's really hard to train models like nq9 and nq18. Thanks!

Permafacture commented 5 months ago

There is a trained 44khx DAC in this repo.

model = CompressionModel.get_pretrained('dac_44khz')

Looks like this repo does not support training of it but this does: https://github.com/descriptinc/descript-audio-codec

alba-saco commented 2 months ago

I am also hoping for a released model trained using 44khz DAC or 48khz fb encodec