loudkit icon
loudkit icon

loudkit

loudkit is an open-source text-to-speech engine that runs on your own hardware. It ships two models, loudr-1 and the faster loudr-1-turbo, with 28 voices across ten languages (Danish, Dutch, English, French, German, Italian, Polish, Portuguese, Spanish, Swedish), and it can...

loudkit screenshot 1

Cost / License

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Python
  • Docker
1like
0articles

Features

loudkit News & Activities

Highlights All activities

Recent activities

loudkit information

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  10 Stars
  •  0 Forks
  •  16 Open Issues
  •   Updated  
View on GitHub
loudkit was added to AlternativeTo by pepinu on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is loudkit?

loudkit is an open-source text-to-speech engine that runs on your own hardware. It ships two models, loudr-1 and the faster loudr-1-turbo, with 28 voices across ten languages (Danish, Dutch, English, French, German, Italian, Polish, Portuguese, Spanish, Swedish), and it can clone a voice from about ten seconds of audio into a small profile file that works with both models.

It is built for developers and self-hosters: a Python library and CLI, native SDKs for Swift, Go, Rust and TypeScript that run without Python, PyTorch, ONNX Runtime and CoreML backends (CPU, NVIDIA GPUs, Apple silicon), and a local server with an OpenAI-compatible speech endpoint, so apps and agents that already talk to OpenAI's speech API can point at loudkit instead. After the model download, nothing leaves the machine.

Code and model weights are Apache-2.0.