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
第一个句子10个字,第二个100字的话,合成出来两句话都是十几秒,第一句后面都是静音
可能是什么地方有问题呢?
The text was updated successfully, but these errors were encountered:
这是批量解码导致的,解决方法是尽量使每句话长度相同,最后手动删去末尾的静音(全0数组)。
Sorry, something went wrong.
@fumiama 请问下有什么好的办法删除每句话末尾的静音吗?
看 #564
@fumiama 谢谢,很好的思路。不过实际我发现尾部并不是0,而是很小的数字,比如1e-8等。
No branches or pull requests
第一个句子10个字,第二个100字的话,合成出来两句话都是十几秒,第一句后面都是静音
可能是什么地方有问题呢?
The text was updated successfully, but these errors were encountered: