Closed CarolinGao closed 4 years ago
Sorry for the delay in replying!
1)
In this voice conversion system, the voice is separated and converted sequentially. start_time
is the start time of the separated voice.
extra_time
is the padding time of the voice. Increasing this value will increase the quality of the conversion, but will also increase the delay.
2) With PyAudio, you can convert your voice in real time. See run.py for more information.
Hi, I have a voice conversion model, I want to convert it to a realtime model.