992 B
992 B
Project: Local Text-to-Speech (TTS)
Status: Environment Configured & Model Downloaded & Verified
- Directory:
/home/openclaw/.openclaw/workspace/projects/local-tts - Environment: Python venv
- Packages Installed:
piper-tts,beautifulsoup4,requests(CPU-only optimized on 2026-03-27) - Model:
en_US-libritts_r-medium.onnx - Status: Inference pipeline verified and operational. Disk footprint reduced from 6.1GB to 294MB.
Recent Work
- Successfully generated ~400MB WAV files.
- Debugged
piperandwaveinteraction to resolve 0-byte file issues. - Established
tts_script.pyas a stable wrapper with dynamic speed adjustment (via--speedparameter). - Optimized environment by removing unnecessary CUDA/PyTorch/NVIDIA dependencies.
Next Steps
- User provides a target URL.
- Execute
tts_script.py(e.g.,python3 tts_script.py <url> <model> <config> <output> --speed 0.9). - Retrieve/playback audio from
workspace/projects/local-tts/.