tts-configuration

Manage TTS configurations for the VoiceYourText application.

2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/entaku0818/claude-code-settings --skill tts-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts-configuration
Source: https://github.com/entaku0818/claude-code-settings/tree/main/docs/skills/collected/VoiceYourText/tts-configuration
Command: npx skills add https://github.com/entaku0818/claude-code-settings --skill tts-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to easily manage Text-to-Speech (TTS) settings within the VoiceYourText app, including switching between cloud and device TTS, adjusting voice parameters, and selecting voice engines.

Core Features & Use Cases

  • TTS Mode Switching: Seamlessly toggle between cloud-based TTS and device-based TTS.
  • Voice Parameter Adjustment: Fine-tune speech rate and pitch for personalized audio output.
  • Voice Engine Selection: Choose preferred TTS voice engines for both cloud and device.
  • Cache Management: Clear TTS audio caches to free up space and ensure fresh audio generation.
  • Use Case: A user wants to ensure their app reads text at a slightly faster pace and with a specific voice. This Skill enables them to adjust the speech rate and select their preferred voice, making the app's audio output more natural and efficient.

Quick Start

Add a numerical display for the current speech rate and pitch values in the app's settings screen.

Frequently Asked Questions about tts-configuration

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

FAQPage Schema
How do I configure text-to-speech settings for my app's voice output?

You can configure text-to-speech settings by adjusting speech rate, pitch, and voice engine selection, with preferences persisted using `UserDefaultsManager` for consistent audio output across sessions.

Can I switch between cloud-based TTS and device-based TTS?

Yes, you can seamlessly toggle between cloud-based TTS and device-based TTS modes, allowing you to choose the voice engine that best fits your network conditions and audio quality requirements.

How do I adjust speech rate and pitch for personalized audio output?

You adjust speech rate and pitch parameters to fine-tune audio output, enabling a faster reading pace or altered pitch for a more natural and efficient text-to-speech experience.

What's the best way to manage TTS audio cache and free up space?

The best way to manage TTS audio cache is through `audioFileManager`, which handles audio file caching and allows you to clear stored files to free up space and ensure fresh audio generation.

Does this TTS configuration approach work without external dependencies?

Yes, this TTS configuration approach works without external dependencies, relying entirely on internal components like `UserDefaultsManager` and `audioFileManager` for persistent settings and cache management.