What problem does it solve? Creating original music and sound effects traditionally requires audio production expertise and expensive tools. This Skill lets you generate music, sound effects, and compressed audio directly from text descriptions using Meta's AudioCraft models (MusicGen, AudioGen, EnCodec). ## Core Features & Use Cases - Text-to-Music with MusicGen: Generate music from text prompts with melody conditioning, stereo output, and style transfer across model sizes from 300M to 3.3B parameters. - Text-to-Sound with AudioGen: Create sound effects and environmental audio like thunderstorms, traffic, or footsteps from natural language descriptions. - Audio Compression with EnCodec: Encode and decode audio using a high-fidelity neural codec for efficient storage and streaming. - Use Case: Build a Gradio demo or FastAPI service where users type "epic orchestral soundtrack with strings and brass" and receive a 30-second WAV file generated on GPU. ## Quick Start Install audiocraft with pip, load the facebook/musicgen-small model, set a generation duration, and call model.generate with a text description to produce a WAV audio file.