InteractiveTTS / README.md
aghilTQ's picture
Update README.md
e87aeea verified
|
Raw
History Blame Contribute Delete
419 Bytes
---
title: Interactive TTS
emoji: ๐Ÿ”ˆ
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.32.0
app_file: app.py
pinned: false
---
# Interactive Text-to-Speech Service
An interactive TTS service where you can:
- Enter any text
- Click "Speak" to hear it
- Click on any word to start playback from that point
- Click "Stop" to interrupt playback
Uses Microsoft's Edge TTS technology via the `edge-tts` library.