AetherWing

Results 1 issues of AetherWing

[中文README.md](https://github.com/2noise/ChatTTS/blob/main/docs/cn/README.md)中基础用法部分 ```python import ChatTTS import torch import torchaudio chat = ChatTTS.Chat() chat.load(compile=False) # Set to True for better performance texts = ["PUT YOUR 1st TEXT HERE", "PUT YOUR 2nd TEXT...

documentation
help wanted