mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
@@ -338,14 +338,5 @@ class RVC:
|
||||
.float()
|
||||
)
|
||||
t5 = ttime()
|
||||
print(
|
||||
"Spent time: fea =",
|
||||
t2 - t1,
|
||||
", index =",
|
||||
t3 - t2,
|
||||
", f0 =",
|
||||
t4 - t3,
|
||||
", model =",
|
||||
t5 - t4,
|
||||
)
|
||||
print("Spent time: fea =", t2 - t1, ", index =", t3 - t2, ", f0 =", t4 - t3, ", model =", t5 - t4)
|
||||
return infered_audio
|
||||
|
||||
Reference in New Issue
Block a user