You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For TTS, run Kokoro-FastAPI on your machine or tailnet. The app discovers healthy TTS servers on port `8880` by default and uses the OpenAI-compatible `/v1/audio/speech` endpoint.
28
+
26
29
### App
27
30
28
31
1. Install the APK (grab from [Actions artifacts](../../actions) or build yourself)
4. Enable the **Whisper Transcriber** accessibility service in Android Settings → Accessibility (needed to type into other apps' text fields)
35
38
5. Tap **Start Overlay** — the floating bubble appears
39
+
6. Optional: in **Settings → Text To Speech**, discover your Kokoro server, test the connection to load voices, pick a voice/speed, and play sample text
36
40
37
41
### Permissions
38
42
@@ -122,6 +126,7 @@ The app checks a rolling GitHub Release manifest at `app-latest`. When a newer `
122
126
-**HTTP / ws://** works out of the box to any IP (cleartext traffic is allowed via network security config)
123
127
-**HTTPS with self-signed certs** works — the client trusts all certificates (this is a private VPN tool, not a public app)
124
128
- Works over **Tailscale**, **ZeroTier**, or any VPN — just use the VPN IP as the server URL
129
+
- Long-press the overlay to open the panel, then tap **SPEAK** to read the current clipboard with the selected Kokoro voice
0 commit comments