-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
[Feature] Improved API interface, no need to provide reference audio and text #495
Comments
其实可以两种形态都支持最好。 |
request = ServeTTSRequest( 改写后一直报错 |
是不是没有填写API Key |
这里好容易误解, 填的token , 要填的居然是 id |
之前没及时更新文档, 在改了.jpg |
#515 Change title to English. |
https://notion.fish.audio/APIs-2afdd0529d72479e96834df114c16274
api 这里需要设置 ReferenceAudio
references=[
ServeReferenceAudio(
audio=open("lengyue.wav", "rb").read(),
text="Text in reference AUDIO",
)
],
作为api ,用户哪里去找和原模型一致的 音频。
使用很不方便。
能不能改成像demo 一样,
用户只要设置text 和 reference id
The text was updated successfully, but these errors were encountered: