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

Should audio be pre-chunked? #338

Closed jbmaxwell closed 8 months ago

jbmaxwell commented 8 months ago

It's not clear to me whether we should pre-chunk audio or if the trainer does this at run time. Any ideas?