TigreGotico/voiceclonnx-knn-vc
040
vconnx · kNN-VC (pure ONNX)
ONNX export of kNN-VC (Baas et al., Interspeech 2023, MIT) for the vconnx voice-conversion library: WavLM-Large layer-6 feature extractor + prematched HiFi-GAN vocoder; the kNN regression step is pure numpy at inference time. Any-to-any voice conversion at 16 kHz, CPU-only.
Export parity vs the torch reference (max abs): WavLM see report · HiFi-GAN see report (full reports in the repo).
Usage
from vconnx import VoiceCloner
out = VoiceCloner(engine="knnvc").clone_voice("source.wav", "reference.wav")Provenance and upstream license: see PROVENANCE.md. Weights derive from bshall/knn-vc (MIT) and microsoft WavLM (MIT).
