audiocraft-audio-generation

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires audiocraft, torch, transformers, and includes references (resource) components.

What problem does it solve?

AudioCraft helps you turn text prompts into playable audio, eliminating the need for manual recording or music-production workflows for generating first drafts and sound assets.

Core Features & Use Cases

  • Text-to-music with MusicGen: Create full-length music from descriptions, including melody-conditioned variants and stereo models.
  • Text-to-sound with AudioGen: Generate short sound effects and environmental audio from descriptive prompts.
  • High-fidelity codec with EnCodec: Encode and decode audio for compression and reconstruction workflows.
  • Use case: Generate multiple variations of an intro theme for a game or podcast (e.g., “ambient sci-fi pads with slow pulse, 90 BPM”) and save them as WAV files for quick iteration.

Quick Start

Use the audiocraft-audio-generation skill to generate music from the prompt “happy upbeat electronic dance music with synths” and save the result as a WAV file.

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 without manual studio production?

You can generate music from text prompts by loading the MusicGen pretrained model variant, configuring duration and sampling parameters, and exporting the produced waveform to a standard WAV file.

Can I generate stereo audio and sound effects using AudioCraft models?

AudioCraft models support generating stereo audio and sound effects; AudioGen handles short environmental sound effects, while MusicGen provides melody-conditioned and stereo music generation variants.

What dependencies do I need to install before generating neural audio with audiocraft?

Generating neural audio requires installing the audiocraft library alongside compatible versions of PyTorch and Transformers to load pretrained model variants and process text-to-music generation.

How does EnCodec work for audio compression and reconstruction?

EnCodec works as a high-fidelity neural audio codec that encodes and decodes audio waveforms, enabling audio compression and reconstruction workflows for generated sound assets.

What is the best way to prototype multiple variations of a game intro theme?

The best way to prototype game intro themes is using MusicGen to generate multiple variations from descriptive text prompts like ambient sci-fi pads, saving the results as WAV files for rapid iteration.

Are there limitations when using text-to-music models for rapid sound asset prototyping?

Text-to-music models are limited to generating audio based on pretrained variants and configured sampling parameters, requiring PyTorch and Transformers compatibility for exporting standard audio file formats.