Update trainset_preprocess_pipeline_print.py

This commit is contained in:
liujing04 2023-04-16 10:06:15 +00:00 committed by GitHub
parent c935e75d52
commit ae8aaf7624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class PreProcess:
def __init__(self, sr, exp_dir):
self.slicer = Slicer(
sr=sr,
threshold=-32,
threshold=-40,
min_length=800,
min_interval=400,
hop_size=15,