I am currently using https://github.com/deiteris/voice-changer (a fork version of wokada's vc app)
Inspecting the code, it says:
if embedder_type not in ["hubert_base", "contentvec"]:
raise RuntimeError(f'Unsupported embedder type: {embedder_type}')
which voice changer app support spin-v2 now? or should I not train a model using it?
