mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-19 21:00:11 +08:00
Update trainset_preprocess_pipeline_print.py
This commit is contained in:
parent
c935e75d52
commit
ae8aaf7624
@ -31,7 +31,7 @@ class PreProcess:
|
|||||||
def __init__(self, sr, exp_dir):
|
def __init__(self, sr, exp_dir):
|
||||||
self.slicer = Slicer(
|
self.slicer = Slicer(
|
||||||
sr=sr,
|
sr=sr,
|
||||||
threshold=-32,
|
threshold=-40,
|
||||||
min_length=800,
|
min_length=800,
|
||||||
min_interval=400,
|
min_interval=400,
|
||||||
hop_size=15,
|
hop_size=15,
|
||||||
|
Loading…
Reference in New Issue
Block a user