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
v2/*
现在很多内部功能其实还是没有完全释放出来,比如 voice clone 流程基本触发不到,并且用 tts api 单次克隆也很麻烦 还有比如任务队列的需求,也很有必要开发,所以准备开发 v2 api
基本方向:所有兼容接口 google openai xtts 这些均保留在 v1 spec 下面,v2 是一套完全独立的 api,基于 job queue 和 文件流 管理
/v2/tts
/v2/file
/v2/job/*
The text was updated successfully, but these errors were encountered:
✨ tts v2 api #187
27f5dfc
No branches or pull requests
背景
现在很多内部功能其实还是没有完全释放出来,比如 voice clone 流程基本触发不到,并且用 tts api 单次克隆也很麻烦
还有比如任务队列的需求,也很有必要开发,所以准备开发 v2 api
基本方向:所有兼容接口 google openai xtts 这些均保留在 v1 spec 下面,v2 是一套完全独立的 api,基于 job queue 和 文件流 管理
TODOs
/v2/tts
post api,可以控制所有 tts pipeline context,并且可以接受克隆参数(即参考音频)/v2/file
文件api,输出文件流独立于生成接口/v2/job/*
任务队列apiThe text was updated successfully, but these errors were encountered: