Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Streaming Voice Conversion

Open dmittal77 opened this issue 9 months ago • 1 comments

Hi,

Is there an interface to get the voice conversion done for a voice stream - something like a webrtc/websocket or an API interface that can accept chunks and return converted streaming voice packets.

If yes, any documentation or pointers would be much appreciated.

Thanks Deepak

dmittal77 avatar Mar 18 '25 16:03 dmittal77

You create the voice (RVC file) using the training section of RVC-webUI. Then you can either use the "live" client in this repo or use this one instead: https://github.com/w-okada/voice-changer/blob/master/README_en.md. I would recommand you use this one because the one from RVC can only have one profile at a time.

Docteur-RS avatar Apr 03 '25 22:04 Docteur-RS