tts-generation
Installation
SKILL.md
TTS Generation
Convert the radio show script into speech audio using the Gemini TTS model via the Interactions API. Apply a telephone bandpass filter to correspondent voices so they sound like phone call-ins, while keeping the host's voice clean studio-quality.
Embedded Script
python3 skills/tts-generation/scripts/generate_tts.py --workspace ./workspace
Arguments
| Argument | Default | Description |
|---|---|---|
--workspace |
workspace |
Root workspace directory |
--workers |
8 |
Max parallel TTS worker threads |