Skip to content

Guides

Start with the quickstart, then open only the guide you need. The four port guides include their own download and build steps. Python snippets assume pip install "loudkit[torch,audio,hub]" and weights reachable by repo id or by a checkpoint file at loudr-1.safetensors. See the quickstart for how to get both.

#GuideWhat you will have when it is done
1Getting startedYour first WAV, from a two-line Python API
2Streaming and long-formFirst audio before the passage finishes; long texts split across windows
3Cloning a voiceA voice profile that is yours, from ten seconds of audio
4Server, streaming API and MCPAny local app or agent can speak
5Benchmarking and profilingA reproducible number for your hardware, stage by stage
6Embedding loudkitloudkit inside your own program, on the right device
7JavaScript / TypeScriptthe same engine from Node, over onnxruntime-node
8Gothe same engine from Go, over yalue/onnxruntime_go
9Rustthe same engine from Rust, over the ort crate
10Swiftthe same engine from Swift, over CoreML, with the estimator on the Neural Engine

The documentation index links the API and implementation reference. Guides 1 through 6 use Python; guides 7 through 10 cover the other four implementations.