audiocraft-audio-generation

Generate music and sound effects from text prompts with AudioCraft models.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill audiocraft-audio-generation-aevonix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audiocraft-audio-generation
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/mlops/models/audiocraft
Command: npx skills add https://github.com/Aevonix/colony-ai --skill audiocraft-audio-generation-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PyTorch-based AudioCraft enables easy generation of music and sound effects from text prompts using models like MusicGen and AudioGen, including melody-conditioned generation and compression workflows.

Core Features & Use Cases

  • Text-to-music and text-to-sound generation with MusicGen, AudioGen, and related variants
  • Melody-conditioned generation with dedicated models
  • EnCodec-based compression and streaming demos for audio pipelines
  • Use cases: rapid game sound design, prototyping audio experiences, and content creation

Quick Start

Install the audiocraft package and run a simple MusicGen example to generate audio.

Frequently Asked Questions about audiocraft-audio-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate music from text prompts using MusicGen?▼

Generate music from text prompts using MusicGen by installing the audiocraft package and running the model to synthesize audio waveforms directly from descriptive text inputs. It supports model variants like musicgen-small, musicgen-medium, and musicgen-large.

Can I condition text-to-audio generation with a specific melody?▼

Yes, you can condition text-to-audio generation with a specific melody. AudioCraft supports melody-conditioned generation, allowing dedicated models to use an existing audio melody as a conditioning input alongside text prompts to guide the output.

What is the difference between MusicGen and AudioGen?▼

MusicGen is designed for text-to-music generation, while AudioGen targets text-to-sound effects generation. Both operate within the AudioCraft framework but serve distinct audio synthesis use cases like music creation versus game sound design.

How does EnCodec compression work for audio workflows?▼

EnCodec compression works for audio workflows by encoding audio into a compressed neural representation. AudioCraft integrates EnCodec-based compression and streaming demos to facilitate efficient audio pipeline processing and post-generation handling.

Do I need PyTorch to run AudioGen for sound effect generation?▼

Yes, you need PyTorch to run AudioGen for sound effect generation. AudioCraft is a PyTorch-based framework, requiring the audiocraft library and its dependencies to execute end-to-end generation and post-processing tasks.