File size: 419 Bytes
56220ec
26ffea6
 
 
56220ec
 
e87aeea
56220ec
 
 
 
26ffea6
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.