We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a5d3f commit 7545d6cCopy full SHA for 7545d6c
preprocess.py
@@ -80,7 +80,7 @@ def encode_wav(wav):
80
f0, timeaxis, sp, ap = world_decompose(wav=wav, fs=fs, frame_period=frame_period)
81
coded_sp = world_encode_spectral_envelop(sp=sp, fs=fs, dim=coded_dim)
82
83
- return (f0, timeaxis, sp, ap, coded_sp)
+ return (f0, None, None, None, coded_sp)
84
85
86
def world_encode_data(wavs, fs, frame_period=5.0, coded_dim=24):
0 commit comments