当前位置: 首页> 科技> 能源 > 驻马店市政府采购电子商城_b2b电子商务网站介绍_域名查询大全_聊城seo整站优化报价

驻马店市政府采购电子商城_b2b电子商务网站介绍_域名查询大全_聊城seo整站优化报价

时间:2025/8/2 17:54:13来源:https://blog.csdn.net/weixin_42771529/article/details/144296299 浏览次数:1次
驻马店市政府采购电子商城_b2b电子商务网站介绍_域名查询大全_聊城seo整站优化报价

结构如图

代码如下:

import ChatTTS
import torch
import torchaudiochat = ChatTTS.Chat()
chat.load(compile=False) # Set to True for better performancetexts = ["PUT YOUR 1st TEXT HERE", "PUT YOUR 2nd TEXT HERE"]wavs = chat.infer(texts)for i in range(len(wavs)):"""In some versions of torchaudio, the first line works but in other versions, so does the second line."""try:torchaudio.save(f"basic_output{i}.wav", torch.from_numpy(wavs[i]).unsqueeze(0), 24000)except:torchaudio.save(f"basic_output{i}.wav", torch.from_numpy(wavs[i]), 24000)

运行如下:

(chattts) duyicheng@duyicheng-computer:~/gitee/ChatTTS$ python base.py
found invalid characters: {'1'}
found invalid characters: {'2'}
text:   0%|▍                                                                                                                                                                                     | 1/384(max) [00:00,  2.24it/s]We detected that you are passing `past_key_values` as a tuple of tuples. This is deprecated and will be removed in v4.47. Please convert your cache or use an appropriate `Cache` class (https://huggingface.co/docs/transformers/kv_cache#legacy-cache-format)
text:   3%|████▋                                                                                                                                                                                | 10/384(max) [00:00, 13.17it/s]
code:   4%|██████▊                                                                                                                                                                             | 77/2048(max) [00:02, 31.63it/s]
(chattts) duyicheng@duyicheng-computer:~/gitee/ChatTTS$

 音质还行。

关键字:驻马店市政府采购电子商城_b2b电子商务网站介绍_域名查询大全_聊城seo整站优化报价

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: