audiocraft-audio-generation

Generate music and sound from text prompts using AudioCraft models.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Plaidmustache/hermes-nulab --skill audiocraft-audio-generation-plaidmustache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audiocraft-audio-generation
Source: https://github.com/Plaidmustache/hermes-nulab/tree/main/skills/mlops/models/audiocraft
Command: npx skills add https://github.com/Plaidmustache/hermes-nulab --skill audiocraft-audio-generation-plaidmustache

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AudioCraft enables automated, multimodal audio generation by orchestrating MusicGen, AudioGen, and EnCodec to transform text prompts into music and sound.

Core Features & Use Cases

  • Text-to-music generation with MusicGen including melody conditioning and stereo output
  • Text-to-sound generation with AudioGen for sound effects and environmental audio
  • High-fidelity audio compression/decompression with EnCodec
  • Cross-model workflows and quick-start examples for rapid Prototyping

Quick Start

Install the audiocraft package and load a pretrained MusicGen model, then 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 MusicGen?

Generate music from text prompts by loading a pretrained MusicGen model via the audiocraft package and running text-to-music generation workflows. You can also apply melody conditioning and produce stereo output across Linux and macOS.

What is text-to-sound generation and how does AudioGen create sound effects?

Text-to-sound generation transforms text prompts into sound effects and environmental audio. AudioGen automates this process by loading pretrained models within the audiocraft package to synthesize high-fidelity audio clips from your descriptions.

Do I need PyTorch and Transformers to use AudioCraft models for audio generation?

Yes, you need PyTorch and Transformers installed to use AudioCraft models. The audiocraft package requires these frameworks to load pretrained models and execute multimodal audio generation workflows on Linux and macOS.

Can I use melody conditioning for text-to-music generation on macOS?

Yes, you can use melody conditioning for text-to-music generation on macOS. AudioCraft supports cross-model workflows including stereo output and melody conditioning across both Linux and macOS environments.

What's the best way to compress and decompress high-fidelity audio with EnCodec?

Compress and decompress high-fidelity audio using EnCodec by running the provided audiocraft workflows. EnCodec orchestrates audio compression and decompression alongside MusicGen and AudioGen for multimodal audio generation pipelines.