diff --git a/public/text-to-speech.html b/public/text-to-speech.html index ae9a0c5..c415988 100644 --- a/public/text-to-speech.html +++ b/public/text-to-speech.html @@ -61,11 +61,11 @@
  • uncloseai.js Docs
  • Inference Setup
  • Text-to-Speech
  • -
  • Voice Cloning
  • -
  • Fast Synthesis
  • -
  • HD Cloning
  • -
  • Multilingual CPU
  • -
  • Lightweight
  • +
  • Qwen3-TTS
  • +
  • Piper TTS
  • +
  • XTTS v2
  • +
  • Silero TTS
  • +
  • Kokoro TTS
  • Our Crawler
  • All Languages
  • Book
  • @@ -151,21 +151,21 @@ client.audio.speech.create(

    The Five Engines

    -

    The dumpster is well-organized. Five TTS engines, each rescued from a different corner of open source, all running behind the same OpenAI-compatible API. Our public endpoint runs Voice Cloning. The other four are ready for anyone who clones the repo.

    +

    Five TTS engines, each rescued from a different corner of open source, all running behind the same OpenAI-compatible API. Our public endpoint runs Qwen3-TTS. The other four are ready for anyone who clones the repo.

    -

    Voice CloningLive

    +

    Qwen3-TTSLive

    42+ cloned voices, 10 languages, voice cloning from 3-second samples. 1.7 billion parameters, 97ms first-packet latency. This is what's running on our public endpoint right now.

    -

    Fast SynthesisSelf-host

    +

    Piper TTSSelf-host

    100+ English voices, CPU-only, ONNX runtime. The fastest engine in the dumpster — built for high-volume batch jobs and real-time applications where latency matters most.

    -

    HD Voice CloningSelf-host

    +

    XTTS v2Self-host

    Clone any voice from a 6-second sample across 16 languages. The highest fidelity option, rescued from the Coqui TTS project. Needs a GPU with ~4GB VRAM.

    -

    Multilingual CPUSelf-host

    +

    Silero TTSSelf-host

    148 voices across 5 languages, all running on CPU. English, Russian, German, Spanish, and French. Clean 48kHz output, no GPU required.

    -

    LightweightSelf-host

    +

    Kokoro TTSSelf-host

    82 million parameters, 34 voices. Small enough for a Raspberry Pi or an edge device. Apache 2.0 licensed, 24kHz output.

    Self-Hosting

    diff --git a/public/tts/fast-synthesis.html b/public/tts/fast-synthesis.html index 94660b2..6a437d2 100644 --- a/public/tts/fast-synthesis.html +++ b/public/tts/fast-synthesis.html @@ -6,7 +6,7 @@ - Fast Synthesis Engine | uncloseai-speech | uncloseai.com + Piper TTS | uncloseai-speech | uncloseai.com @@ -54,11 +54,11 @@
  • uncloseai.js Docs
  • Inference Setup
  • Text-to-Speech
  • -
  • Voice Cloning
  • -
  • Fast Synthesis
  • -
  • HD Cloning
  • -
  • Multilingual CPU
  • -
  • Lightweight
  • +
  • Qwen3-TTS
  • +
  • Piper TTS
  • +
  • XTTS v2
  • +
  • Silero TTS
  • +
  • Kokoro TTS
  • Our Crawler
  • All Languages
  • Book
  • @@ -71,7 +71,7 @@

    uncloseai.

    -

    Fast Synthesis Engine

    +

    Piper TTS