mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
remove unused comment
This commit is contained in:
parent
0d06fcd16b
commit
d69f7a405c
@ -39,7 +39,6 @@ class VC(object):
|
||||
if (pad_size > 0 or p_len - len(f0) - pad_size > 0):
|
||||
f0 = np.pad(f0, [[pad_size, p_len - len(f0) - pad_size]], mode='constant')
|
||||
elif (f0_method == "harvest"):
|
||||
print("xlen", len(x))
|
||||
f0, t = pyworld.harvest(
|
||||
x.astype(np.double),
|
||||
fs=self.sr,
|
||||
|
Loading…
Reference in New Issue
Block a user