audiocraft-audio-generation

Generate music and sound from text using the AudioCraft library.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill audiocraft-audio-generation-chris-chai-minjae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audiocraft-audio-generation
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/skills/mlops/models/audiocraft
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill audiocraft-audio-generation-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

Core Features & Use Cases

  • Text-to-music generation with MusicGen
  • Text-to-sound generation with AudioGen
  • EnCodec-based audio compression and high-fidelity workflows
  • Use case: quickly generate mood-appropriate audio for multimedia projects or automate sound design tasks.

Quick Start

Install audiocraft, load a pretrained MusicGen or AudioGen model, and generate audio from text prompts.

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 a text prompt?

Generate music from text prompts using the AudioCraft library and its MusicGen model, yielding audio assets suitable for multimedia projects and rapid sound design prototyping.

What is the difference between text-to-music and text-to-sound generation?

Text-to-music generation uses MusicGen to create musical tracks, whereas text-to-sound generation uses AudioGen to produce sound effects from text descriptions within the AudioCraft library.

Do I need PyTorch to use AudioGen for sound design?

Yes, using AudioGen for sound design requires Python, PyTorch, and the AudioCraft package, because these dependencies provide the necessary environment to load models and generate audio.

Can I generate sound effects for multimedia projects using AudioCraft?

Yes, you can generate sound effects for multimedia projects using AudioCraft by loading the AudioGen model, which translates text descriptions into usable audio assets.

Does AudioCraft support melody-conditioned music generation?

Yes, AudioCraft supports melody-conditioned music generation alongside text-to-music and text-to-sound workflows, allowing you to generate audio assets guided by existing melodic inputs.

What are the limitations of using EnCodec for audio compression?

EnCodec provides audio compression within AudioCraft workflows, but generation quality and processing limitations depend on the selected pretrained model variants and the complexity of the text prompts.