audiocraft-audio-generation

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

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill audiocraft-audio-generation-devsoul2026
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audiocraft-audio-generation
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/skills/mlops/models/audiocraft
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill audiocraft-audio-generation-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audio content creation often requires specialized tools and expertise; this Skill automates turning natural language prompts into music and sound effects via AudioCraft, accelerating asset generation and iteration.

Core Features & Use Cases

  • MusicGen text-to-music generation for melodic content
  • AudioGen text-to-sound generation for sound effects
  • EnCodec-based compression for efficient storage and streaming
  • Melody conditioning and stereo support across multiple model variants (MusicGen, AudioGen)
  • Use cases include game audio design, film scoring, and rapid audio prototyping

Quick Start

Install the audiocraft package, load a pretrained 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 for game audio design?▼

MusicGen text-to-music generation turns natural language prompts into melodic content for game audio design. You load a pretrained model and provide a prompt to automate asset generation and iteration.

What is the difference between MusicGen and AudioGen for audio generation?▼

MusicGen handles text-to-music generation for melodic content, whereas AudioGen focuses on text-to-sound generation for sound effects. Both use AudioCraft models to automate asset creation.

Do I need torch and transformers to use AudioCraft models?▼

Yes, using AudioCraft models requires the audiocraft package along with torch and transformers dependencies. You also need access to pretrained models to perform generation and compression tasks.

Can I condition music generation on a specific melody?▼

Yes, melody conditioning is supported across MusicGen variants. This allows you to guide the text-to-music generation process using an existing melodic input alongside stereo support.

How does EnCodec compression work with generated audio?▼

EnCodec-based compression provides efficient storage and streaming for generated audio assets. It operates as a pretrained model within the AudioCraft framework to compress outputs.

What are the limitations of text-to-audio generation for film scoring?▼

Text-to-audio generation accelerates rapid audio prototyping for film scoring but relies entirely on pretrained models. Complex sound design workflows may require further manual iteration beyond initial generation.