tinker-voice-clone
A local voice cloning plugin for TINKER, powered by audio.cpp via audiocpp-static.

Features
- Local voice clone with IndexTTS / VoxCPM2 / OmniVoice / Qwen3-TTS GGUF models
- Reference audio with default sample, or voice design text for supported models
- Auto model download via Downloader into
~/.tinker/models/when missing - Generation queue with WaveSurfer preview, play, and save as WAV
- Local inference backends: Metal / CPU / CUDA / Vulkan
Installation
Download and install TINKER, then run:
bash
npm i -g tinker-voice-cloneUsage
- Select a model, language, and backend in the options panel
- Keep the default sample or pick a short reference WAV (1–60s works best)
- Enter text and click Generate — missing models start downloading automatically
- Preview queued results in the audio list; save WAV when ready
Runtime data lives in ~/.tinker/tinker-voice-clone/ (logs / outputs). Models are shared under ~/.tinker/models/.