Skip to content

Commit

Permalink
slience fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prophesier committed Nov 30, 2022
1 parent 88c439a commit 88c73d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run_clip(svc_model, key, acc, use_pe, use_crepe, thre, use_gt_mel, add_noise
f0_tst = []
f0_pred = []
audio = []
epsilon = 0.0002
epsilon = 0.00002
for data in audio_data:
print(f'#=====segment start, {round(len(data) / audio_sr, 3)}s======')
length = int(np.ceil(len(data) / audio_sr * hparams['audio_sample_rate']))
Expand Down

0 comments on commit 88c73d8

Please sign in to comment.