We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如:”今天天气真好啊,你想吃什么?“ 你字后面停一下
The text was updated successfully, but these errors were encountered:
加这个“...”或/
Sorry, something went wrong.
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)
这是我的方案,## 句子末尾停顿1s
谢谢大家。## 新年快乐!## 万事如意!##
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) 这是我的方案,## 句子末尾停顿1s 谢谢大家。## 新年快乐!## 万事如意!##
感谢,我试试
No branches or pull requests
比如:”今天天气真好啊,你想吃什么?“ 你字后面停一下
The text was updated successfully, but these errors were encountered: