doubao-tts
Doubao TTS converts text to natural-sounding speech via Volcengine's API, handling both quick responses under 300 characters and longer content up to 100K characters asynchronously. Choose from multiple Chinese male and female voices, adjust speed and pitch, and build podcasts with multi-voice support.
Doubao TTS generates high-quality speech audio from text using Volcengine's API with multiple voice options.
AI-generated summary based on this skill's SKILL.md
Install
xvirobotics/metabot/doubao-tts · repository language: TypeScript
git clone https://github.com/xvirobotics/metabot
cp -r metabot/.claude/skills/doubao-tts ~/.claude/skills/doubao-ttsnpx skillfed install xvirobotics/metabot/doubao-ttsFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is doubao-tts and how does it generate audio from text?
Doubao-tts converts text to natural-sounding speech via Volcengine's API. The skill handles both quick responses under 300 characters and longer content up to 100K characters asynchronously. You can choose from multiple Chinese male and female voices, adjust speed and pitch, and build podcasts with multi-voice support.
Can doubao-tts synthesize Chinese language speech with voice customization?
Yes, doubao-tts specializes in Chinese language synthesis with extensive voice customization options. It offers multiple Chinese male and female voices to choose from, and lets you adjust speed and pitch to match your needs. This makes it ideal for creating authentic Chinese voiceovers and narration.
How does doubao-tts handle text to speech chinese content?
Doubao-tts processes Chinese text through Volcengine's speech synthesis engine. For short snippets under 300 characters, it generates real-time audio. For longer content up to 100K characters, it converts asynchronously, making it perfect for podcasts, long-form narration, and bulk audio projects.
Can I create podcast audio and voiceovers with doubao-tts?
Doubao-tts is designed for podcast and voiceover creation with multi-voice support. You can generate high-quality speech audio from text, switch between different Chinese voices, customize speed and pitch, and handle both short snippets and extended content for professional podcast production.
What are the character limits for doubao-tts text processing?
Doubao-tts handles text up to 100K characters total. For quick responses, it processes text under 300 characters in real-time. Longer content is converted asynchronously, allowing you to generate audio for extensive articles, books, scripts, and other long-form materials efficiently.
Is doubao-tts available under an open-source license?
Yes, doubao-tts is released under the MIT license, making it freely available for both personal and commercial use with minimal restrictions. This open-source approach allows developers to integrate the text-to-speech functionality into their applications and modify it as needed.
SKILL.md
rendered from the published skill — quoted content, verbatim
Doubao TTS — 豆包语音合成
Generate high-quality speech audio from text using Volcengine's Doubao TTS API. Supports short-form (real-time) and long-form (async, up to 100K characters) synthesis.
When to Use
- User asks to generate audio, podcasts, voiceovers, or narration
- User wants text-to-speech for any content
- User asks to "read this aloud" or "make an audio version"
Quick Usage
Use the doubao-tts CLI tool (installed at bin/doubao-tts):
# Short text (real-time, < 300 chars)
bin/doubao-tts "你好世界" -o output.mp3
# Long text from file (async mode, up to 100K chars)
bin/doubao-tts -f article.txt -o podcast.mp3
# Pipe content
echo "Hello world" | bin/doubao-tts -o hello.mp3
# Choose voice
bin/doubao-tts "你好" -v zh_male_aojiaobazong_moon_bigtts -o output.mp3
# Adjust speed/volume/pitch
bin/doubao-tts "你好" --speed 1.2 --volume 1.5 -o output.mp3
Available Voices (已验证可用)
Chinese Female
| Voice ID | Description |
|---|---|
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.claude/skills/doubao-tts/SKILL.md