audiocraft-audio-generation

Generate music and sound from text prompts using AudioCraft models.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill audiocraft-audio-generation-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audiocraft-audio-generation
Source: https://github.com/nadicodeai/argo-agent/tree/main/skills/mlops/models/audiocraft
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill audiocraft-audio-generation-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AudioCraft makes it easy to generate music and sound effects from natural language prompts, consolidating MusicGen and AudioGen workflows in a single framework.

Core Features & Use Cases

  • Text-to-music: Generate musical pieces from descriptive prompts using MusicGen.
  • Text-to-sound: Create sound effects with AudioGen for environments, UI cues, or ambience.
  • Melody conditioning & stereo: Support melody inputs and stereo output for richer compositions.
  • Use Case: Quickly prototype a game soundtrack or a film cue by describing mood, tempo, and instrumentation.

Quick Start

Install audiocraft and load a pretrained MusicGen or AudioGen model, then describe the audio you want to hear.

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?

You generate music by loading a pretrained MusicGen model from the audiocraft package and passing descriptive text specifying mood, tempo, and instrumentation to produce musical pieces.

Can I create sound effects from text for game audio?

Yes, you create sound effects from text for game audio using AudioGen, which generates environmental ambience, UI cues, and specific sound effects directly from descriptive natural language prompts.

What do I need to set up text-to-audio generation with AudioCraft?

Setting up text-to-audio generation with AudioCraft requires a Python environment with the audiocraft package installed, along with torch and transformers, to load and execute the pretrained models.

Does MusicGen support melody conditioning and stereo output?

Yes, MusicGen supports melody conditioning and stereo output, allowing you to input existing melodies for richer musical compositions and generate audio with separate left and right channels.

What is the difference between MusicGen and AudioGen?

The difference is that MusicGen generates musical pieces from descriptive prompts, while AudioGen creates sound effects, environmental ambience, and UI cues.