TTS

Convert text into speech with configurable voices, formats, and streaming.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lucasmattosped/Blueberry-Math-Analyzer- --skill tts-lucasmattosped
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/lucasmattosped/Blueberry-Math-Analyzer-/tree/main/TTS
Command: npx skills add https://github.com/lucasmattosped/Blueberry-Math-Analyzer- --skill tts-lucasmattosped

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk.

What problem does it solve?

Convert text into natural-sounding speech for applications.

Core Features & Use Cases

  • Multiple voices and adjustable speed and volume
  • Output formats including WAV, MP3, and PCM with backend SDK integration
  • Accessibility and content generation use cases for voice-enabled apps

Quick Start

Provide text input and generate speech audio using the TTS skill.

Frequently Asked Questions about TTS

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

FAQPage Schema
How do I convert text to natural speech for a backend application?

To convert text to natural speech in a backend application, you can process up to 1024 characters and generate audio using configurable voices, speeds, and output formats.

What audio formats can I generate for text-to-speech synthesis?

Text-to-speech synthesis supports WAV, MP3, and PCM output formats, allowing you to save or stream the generated audio at a 24000 Hz sample rate.

Can I use text-to-speech streaming for real-time voice-enabled apps?

Yes, text-to-speech functionality supports streaming constraints, enabling real-time audio delivery for voice-enabled apps and accessibility tools.

What are the input limits for text-to-speech conversion?

Text-to-speech conversion has an input limit of 1024 characters per request, requiring longer content to be segmented before synthesis.

Does this text-to-speech SDK support adjustable voices and volume?

Yes, the text-to-speech SDK supports multiple voices with adjustable speed and volume controls to customize the natural-sounding speech output.