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

support for two channel continually music generation #363

Open weiwujiang opened 7 months ago

weiwujiang commented 7 months ago

Hi, In the latest two channel music generate sample code, there is no way to make music continually based on first 30s output. However, in the single channel mode, sample code includes generate_continuation method which could do this job.

is there any plan to support this feature?