Skip to content

Commit 761986a

Browse files
committed
notes on real time voice conversion
1 parent e8299ef commit 761986a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Some performance testing has been done on a NVIDIA RTX 3060 Laptop GPU, results
100100
You can adjust the parameters in the GUI according to your own device performance, the voice conversion stream should work well as long as Inference Time is less than Block Time.
101101
Note that inference speed may drop if you are running other GPU intensive tasks (e.g. gaming, watching videos)
102102

103+
You may wish to use [VB-CABLE](https://vb-audio.com/Cable/) to route audio from GUI output stream to a virtual microphone.
104+
103105
*(GUI and audio chunking logic are modified from [RVC](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI), thanks for their brilliant implementation!)*
104106

105107
## Training🏋️

real-time-gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def load(self):
434434
self.output_devices_indices.index(sd.default.device[1])
435435
],
436436
"sr_type": "sr_model",
437-
"block_time": 0.5,
437+
"block_time": 0.3,
438438
"crossfade_length": 0.04,
439439
"extra_time_ce": 2.5,
440440
"extra_time": 0.5,

0 commit comments

Comments
 (0)