tts-synthesize

Convert text into natural-sounding speech with FlowTTS and selectable voices.

12|3|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/Tencent-RTC/FlowTTS --skill tts-synthesize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts-synthesize
Source: https://github.com/Tencent-RTC/FlowTTS/tree/main/.claude/skills/tts-synthesize
Command: npx skills add https://github.com/Tencent-RTC/FlowTTS --skill tts-synthesize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FlowTTS 的文本转语音能力,帮助开发者将文字快速转换为自然音频,支持多语言和多音色配置,提升对话和多媒体应用的用户体验。

Core Features & Use Cases

  • 支持文本转语音(Text-to-Speech),可选不同音色实现个性化语音
  • 可调节语速、音量、音高与语言,满足多场景需求
  • 典型用例包括对话机器人、有声内容、无障碍辅助等

Quick Start

请提供要合成的文本或文本文件路径,选择音色与语言后执行合成。

Frequently Asked Questions about tts-synthesize

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

FAQPage Schema
How do I convert text to speech in Python for a multilingual chatbot?

To convert text to speech in Python for a multilingual chatbot, this Skill uses FlowTTS to synthesize natural audio. You configure VoiceId, Language, Speed, and Pitch via the Tencent Cloud SDK in a Python 3.8+ environment.

Can I adjust voice speed and pitch for text-to-speech synthesis?

Yes, you can adjust voice speed and pitch for text-to-speech synthesis. The Skill allows you to configure optional Volume and Pitch parameters alongside VoiceId and Speed settings to meet diverse multimedia application requirements.

What do I need to set up before using FlowTTS for voice synthesis?

Before using FlowTTS for voice synthesis, you need Python 3.8+ and the Tencent Cloud SDK installed. You must configure your environment to specify VoiceId, Speed, Language, and Output parameters for the speech generation process.

Does text-to-speech work for building accessibility tools?

Text-to-speech works effectively for building accessibility tools by providing on-demand natural speech synthesis from text inputs. The FlowTTS implementation supports multiple languages and selectable voices to enhance user accessibility experiences.

What is the best way to generate natural speech audio from text files?

The best way to generate natural speech audio from text files is providing the text file path directly to the synthesis process. The Skill processes the input and outputs natural-sounding speech using your selected VoiceId and Language configurations.