Back to Directory
marketing
Edge TTS
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
**Major upgrade with added scripts, configurability, and streamlined TTS triggers**
- Added Node.js scripts for TTS conversion and config management (`tts-converter.js`, `config-manager.js`), with installation and usage instructions.
- Added resource and reference files, including a complete voice/option guide and install script.
- Changed TTS intent detection to trigger only on the "tts" keyword (removes long trigger phrase lists), and clarified keyword filtering prior to conversion.
- Expanded documentation with workflow, usage examples, advanced configuration, troubleshooting, and testing instructions.
- Clarified default voice, output formats, temporary file handling, and recommended voice test site.