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.
when i try to create jazz music with default prompt, from project:
Model: facebook/magnet-medium-30secs Other setting is default Prompt: "Smooth jazz, with a saxophone solo, piano chords, and snare full drums"
Ouput:
https://github.com/facebookresearch/audiocraft/assets/37267652/bc39205b-0a58-4f05-ab0d-ecf8b1b0a227
Other Prompt to create Ambient music:
Prompt: "Create a soothing Ambient music composition with the gentle sound of raindrops falling in the background."
Model: facebook/magnet-medium-30secs
output:
https://github.com/facebookresearch/audiocraft/assets/37267652/de493277-71ff-4f69-9c80-963d5d9938c9
The jazz result is not good, with the ambient sound the raindrops are not clear, what did I do wrong here?