chenkai89

Results 16 comments of chenkai89

@GanziPo 你这是慢吧,你看你的it/s 有点低,你这应该使20系列卡吧

@GanziPo 是不是你选中的控制台中的内容了,这样也会导致卡住,你把鼠标放在控制台上,点击回车,再试试

我使用脚本下载的文件就是报上面的错误,我根据download脚本,使用浏览器重新下载,没有错误,我使用python=3.10.9,torch=2.0.1 @Eddie-cjz @jingyuLin1999 @luooyii

我直接写一个接口传入本地音频路径,进行驱动,下面是主要代码 播放出来的声音和原来的声音 不一致,高声色部分有撕铁皮的声音 # 从本地文件加载音频数据 audio_data, sample_rate = sf.read(voice_path) audio_data = audio_data.astype(np.float32) target_sample_rate = self_sample_rate if sample_rate != target_sample_rate: # 计算目标采样点数 # um_target_samples = int(len(audio_data) / sample_rate * target_sample_rate) #...

@VSycx 是那个重采样的问题,修改一致就可以了

![Image](https://github.com/user-attachments/assets/69e29767-88eb-46f0-a6e3-aa1330058181) 这个如何改源码