The Patchbay_

AudioCraft (MusicGen)

Meta's PyTorch library for audio generation, home of the MusicGen text-and-melody music model.

LanguagePython
CategoryML & generative
LicenseMIT
PlatformsmacOS Windows Linux
Installpip install -U audiocraft
First released2023
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Text-prompted music and sound-effect generation and neural-codec research.

Minimal example

from audiocraft.models import MusicGen
model = MusicGen.get_pretrained('facebook/musicgen-small')
wav = model.generate(['upbeat happy rock'])

Alternatives to AudioCraft (MusicGen)

note-seqMagentaDDSPRAVE

← Back to all tools