#hi, I was using tts-server-android with microsoft edge's TTS endpoint, but it broke now and i wante
1 messages · Page 1 of 1 (latest)
Short answer: No—ElevenLabs doesn’t offer a self‑hosted Android TTS “server/engine” like tts-server-android. Our TTS is provided via cloud APIs and mobile apps.
What we do offer:
- Android app (ElevenReader/ElevenLabs mobile): create/listen to speech on-device, with optional offline playback of pre‑generated audio. This is not a system TTS engine or a local HTTP endpoint. (elevenlabs.io, help.elevenlabs.io)
- Text to Speech API (cloud):
- HTTP streaming (chunked transfer) for incremental playback. (elevenlabs.io)
- WebSocket streaming for lower‑latency, real‑time synthesis. (elevenlabs.io)
- General TTS product/format details. (elevenlabs.io)
- Conversational AI (real‑time voice agents):
- WebSocket API for live, bidirectional audio. (elevenlabs.io)
- WebRTC support for real‑time conversations; token endpoint available. (elevenlabs.io)
If a local, on‑device server is a hard requirement, we don’t have an official product for that today. If calling a cloud API from Android works for you, I can point you to the best endpoint (HTTP stream vs WebSocket) based on your latency needs. (elevenlabs.io)
Sources:
Introducing the ElevenLabs mobile app | ElevenLabs
Is ElevenReader available for Android? – ElevenLabs
Streaming | ElevenLabs Documentation
Generate audio in real-time | ElevenLabs Documentation
Text to Speech | ElevenLabs Documentation
Agent WebSockets | ElevenLabs Documentation
ElevenLabs Conversational AI now supports WebRTC | ElevenLabs
Streaming | ElevenLabs Documentation
Not what I asked. tts-server-android connects to http endpoints. tts-server is the self-hosted thing