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
python: 3.10.16 | torch: 2.3.1+cu121 ,已更新最新环境。一开始gradio生成的音频正常但是调api声音失真,最后发现原因是跟着api文档把encoder.format配置成mp3使用fish-speech生成音频时(chattts不受影响),声音会失真,改回raw声音恢复正常。chattts使用自己配置的音色会跳着生成,但使用音色仓库中时正常,仅会漏掉30s之外的字段。
The text was updated successfully, but these errors were encountered:
fix: encoder args #225 #224
e257af3
- 修复 ffmpeg 参数覆盖问题
fixed e257af3
编码器传参问题
Sorry, something went wrong.
漏掉30s之外的字段
你提到的漏字,不确定是哪的问题,有可能是模型导致的有可以复现的例子吗?
漏掉30s之外的字段 你提到的漏字,不确定是哪的问题,有可能是模型导致的有可以复现的例子吗?
我没有留下相关的文件,应该是chattts的问题
fixed e257af3 编码器传参问题
感谢,辛苦了
12aa078
- 修复 ffmpeg 参数覆盖问题 - 增加单测 - 增加 AudioHandler.get_sample_rate()
No branches or pull requests
确认清单
你的issues
python: 3.10.16 | torch: 2.3.1+cu121 ,已更新最新环境。一开始gradio生成的音频正常但是调api声音失真,最后发现原因是跟着api文档把encoder.format配置成mp3使用fish-speech生成音频时(chattts不受影响),声音会失真,改回raw声音恢复正常。chattts使用自己配置的音色会跳着生成,但使用音色仓库中时正常,仅会漏掉30s之外的字段。
The text was updated successfully, but these errors were encountered: