Deadikun
Deadikun
 是因为zipfile.BadZipFile: File is not a zip file这个错误导致生成不了吗
> > 大佬,我在AutoDL上按你的修改后,报错AttributeError: module 'LangSegment' has no attribute 'setKeepPinyin',我查了一下0.2.0的LangSegment好像确实没有setKeepPinyin方法,你用的LangSegment是改过的吗? > > 版本是 0.3.5 现在LangSegment最新的版本好像只有0.2.0吧,找不到0.3.5版本
> ``` > if '##' in text: > print("加入1s停顿") > stop_wav = np.zeros( > int(hps.data.sampling_rate * 1.0), > dtype=np.float16 if is_half == True else np.float32, > ) > audio_opt.append(stop_wav) >...