Neural voice synthesis — local TTS, voice cloning, 30+ languages. Zero cloud. https://inference-x.com
Go to file
2026-02-25 17:29:58 +00:00
.gitignore Initial commit 2026-02-25 00:53:23 +00:00
ix_voice.py chore: remove internal framework references 2026-02-25 02:56:52 +00:00
LICENSE Initial commit 2026-02-25 00:53:22 +00:00
README.md docs: professional README — Feb 2026 2026-02-25 17:29:58 +00:00
requirements.txt Initial commit 2026-02-25 00:53:22 +00:00

IX Voice

Neural voice synthesis — local, private, yours

Status

inference-x.com


What is IX Voice?

IX Voice is a local neural text-to-speech and voice cloning system built on Inference-X. Your voice data never leaves your device.

Features

  • Text-to-speech — high-quality synthesis from any text
  • Voice cloning — clone any voice from 5 seconds of audio
  • OpenAI TTS API compatible — drop-in replacement
  • 30+ languages — multilingual synthesis
  • No cloud — 100% local processing

Quick start

# Basic TTS
./ix-voice speak "Hello, world!" --voice en-female-01

# Clone a voice
./ix-voice clone speaker.wav --name my-voice
./ix-voice speak "Custom voice" --voice my-voice

# API server (OpenAI compatible)
./ix-voice --serve 8181

Supported languages

Arabic · Chinese · Dutch · English · French · German · Hindi · Italian · Japanese · Korean · Polish · Portuguese · Russian · Spanish · Swedish · Turkish · Vietnamese · and more

Status

Alpha — basic TTS working, voice cloning in development.


Part of the Inference-X community