seed-audio

Generates audio from natural language scene descriptions with optional voice reference inputs.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill seed-audio-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seed-audio
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/seed-audio
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill seed-audio-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It turns plain-language descriptions of sound scenes—dialogue, ambient noise, sound effects, background music—into generated audio without requiring audio editing tools or manual synthesis. ## Core Features & Use Cases - Text-to-Audio (T2A): Generate audio purely from a text description, from a single spoken line to a complex multi-character scene with environment sounds and music. - Audio-to-Audio (A2A): Generate audio using up to 3 reference audio clips to control character voice timbre, with automatic normalization of reference mentions into @音频N markers. - Duration Control: Optionally specify a target duration of 1-120 seconds when the user explicitly requests it. - Use Case: A user provides a café scene script with two characters and reference voice clips; the skill normalizes the references, calls the audio generation tool once with the full scene, and delivers the resulting audio URL. ## Quick Start Ask the assistant to generate an audio clip by describing the scene, for example: generate a sound of a rainy night with distant dog barks and rain hitting a tin roof.

Frequently Asked Questions about seed-audio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate audio from a text description?

Describe the sound scene in natural language, including dialogue, environment sounds, or music, and the text_to_audio tool generates the audio in a single call. Complex multi-character scenes are passed as one prompt rather than split into multiple calls.

How do I generate audio with a specific person's voice?

Provide reference audio clips and mention them in your description; the skill normalizes mentions like "reference audio 1" into @音频N markers and passes the clip URLs to the audio_to_audio_plus tool. Up to 3 reference clips are supported.

What is the difference between T2A and A2A audio generation?

T2A generates audio purely from a text description with no reference clips, using the text_to_audio tool. A2A is used whenever the description references any audio clip for voice timbre, using the audio_to_audio_plus tool with a reference URL list.

Can I control the duration of generated audio?

Yes, the duration parameter accepts 1 to 120 seconds, but it should only be set when the user explicitly states a length. If no duration is specified, the model decides the length automatically.

How many reference audio clips can I use at once?

A maximum of 3 reference audio clips are supported per generation. The URL list order must match the first-appearance order of the @音频N markers in the prompt; requests with more than 3 references require trimming to the first three.