audiocraft-audio-generation

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AudioCraft enables automated text-to-audio generation using MusicGen, AudioGen, and EnCodec to produce music, sound effects, and high-fidelity audio from natural language prompts.

Core Features & Use Cases

  • MusicGen: Text-to-music generation with melody conditioning
  • AudioGen: Text-to-sound generation
  • EnCodec: High-fidelity audio encoding/decoding
  • Multiple model sizes: Small to large variants to balance quality and compute
  • Stereo support: Output audio with two channels
  • Style conditioning: Style-reference-based generation for consistent voice/feel

Quick Start

Install the audiocraft package and run a simple text prompt to generate audio using MusicGen or AudioGen.

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?

Generate music from text prompts using AudioCraft by leveraging the MusicGen model for text-to-music generation, which supports melody conditioning to guide the composition process.

Can I create sound effects from text descriptions with text-to-audio generation?

Create sound effects from text descriptions using AudioGen, a text-to-sound generation model within AudioCraft designed to produce high-fidelity audio from natural language prompts.

Does AudioCraft support stereo audio outputs and batch generation?

AudioCraft supports stereo audio outputs with two channels and batch generation, allowing you to produce multiple audio segments simultaneously across desktop Linux and macOS environments.

What is melody conditioning in text-to-music generation?

Melody conditioning in text-to-music generation allows you to provide an existing audio melody as a reference, enabling MusicGen to generate new music that aligns with the provided melodic structure.

Do I need PyTorch and torchaudio to run AudioCraft models?

You need PyTorch and torchaudio to run AudioCraft models, along with access to pretrained models like MusicGen, AudioGen, and EnCodec for executing text-to-audio generation workflows.

What is the difference between MusicGen, AudioGen, and EnCodec in AudioCraft?

MusicGen generates music from text, AudioGen generates sound effects from text, and EnCodec handles high-fidelity audio encoding and decoding within the AudioCraft framework.