lvc-vc / README.md
mrfakename's picture
add code sample
380e425 verified
metadata
license: mit
language:
  - en

Reuploads of model from https://github.com/wonjune-kang/lvc-vc

Use my (unofficial) pip package for LVC (I'm not affiliated with the authors) (currently only works on short clips).

pip install lvc
from lvc import LVC, LVCAudio
l = LVC()

l.infer_file(
    'orig.wav',
    'sample.wav',
    'target.wav',
)

License

MIT