audiocraft-audio-generation

Generate music and sound from text prompts using AudioCraft models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generates high-quality music and sound effects from text prompts using AudioCraft models such as MusicGen and AudioGen.

Core Features & Use Cases

  • MusicGen & AudioGen: text-to-music and text-to-sound generation for apps and experiments.
  • Melody conditioning: supports melody-based generation and style references.
  • Use Case: build AI music generators, game audio, and sound design tools for rapid prototyping.

Quick Start

Load a pretrained MusicGen/AudioGen model and generate audio from a text prompt.

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 AudioCraft?

To generate music from text prompts, load a pretrained MusicGen model from the audiocraft library and pass your descriptive text string. This produces high-quality audio outputs suitable for rapid prototyping and sound design.

Can I use melody conditioning to guide AI music generation?

Yes, melody conditioning supports melody-based generation by providing an existing audio reference. This allows MusicGen to match the style and structure of the input melody while generating new audio content from text descriptions.

Do I need PyTorch to run AudioGen for sound design?

Yes, PyTorch is required to run AudioGen and the audiocraft library. You also need access to pretrained models to correctly execute text-to-sound generation for game audio and sound design applications.

What is the difference between MusicGen and AudioGen for game audio?

MusicGen handles text-to-music generation for melodies and compositions, while AudioGen focuses on text-to-sound generation for sound effects. Both use AudioCraft models to create high-quality audio for game design.

How does text-to-audio generation work for rapid prototyping?

Text-to-audio generation works by processing descriptive text prompts through pretrained AudioCraft models. The models synthesize high-quality music or sound effects directly from the descriptions, enabling rapid prototyping for applications.

Are there limitations when using AudioCraft models for research?

AudioCraft models require PyTorch and the audiocraft library, along with pretrained model access. Generation quality depends on prompt specificity and available compute resources for research and sound design tasks.