Skip to content

Commit ae8aaf7

Browse files
authored
Update trainset_preprocess_pipeline_print.py
1 parent c935e75 commit ae8aaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trainset_preprocess_pipeline_print.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PreProcess:
3131
def __init__(self, sr, exp_dir):
3232
self.slicer = Slicer(
3333
sr=sr,
34-
threshold=-32,
34+
threshold=-40,
3535
min_length=800,
3636
min_interval=400,
3737
hop_size=15,

0 commit comments

Comments
 (0)