StreamVC: Real-Time Low-Latency Voice Conversion
research.google
StreamVC: Real-Time Low-Latency Voice Conversion
1–10 of 44 posts
Re: StreamVC: Real-Time Low-Latency Voice Conversion
#2Re: StreamVC: Real-Time Low-Latency Voice Conversion
#3In this work, we propose a light-weight (~20M param.) causal voice conversion solution that can run in real-time with low latency on a commercially available mobile device. The key design elements are: (1) using a causal encoder to learn soft speech units; (2) injecting whitened f0 to improve pitch stability without leaking source speaker info.
In our later V2 version, we found that f0 rescaling followed by a NSF-style harmonic-plus-noise conditioning (as is done in RVC) results in better quality.
Re: StreamVC: Real-Time Low-Latency Voice Conversion
#4From the poster: In this work, we propose a light-weight (~20M param.) causal voice conversion solution that can run in real-time with low latency on a commercially available mobile device. The key design elements are: (1) using a causal encoder to learn soft speech units; (2) injecting whitened f0 to improve pitch stability without leaking source speaker info. In our later V2 version, we found that f0 rescaling foll…
Re: StreamVC: Real-Time Low-Latency Voice Conversion
#5Re: StreamVC: Real-Time Low-Latency Voice Conversion
#6The samples were released a while back: https://google-research.github.io/seanet/stream_vc/
In general I think it is silly that voice cloning research has focused so much (exclusively?) on cloning voices from just a few seconds of audio. It puts a pretty low ceiling on quality. Many nuances of a person's communication style will not be contained in such a small amount of data. Sure you can match their pitch and timbre, but voice cloning should be more than that.
Re: StreamVC: Real-Time Low-Latency Voice Conversion
#7Re: StreamVC: Real-Time Low-Latency Voice Conversion
#8Re: StreamVC: Real-Time Low-Latency Voice Conversion
#9[flagged]
Re: StreamVC: Real-Time Low-Latency Voice Conversion
#10https://github.com/yuval-reshef/StreamVC
Unofficial implementations of StreamVC