微软tts是业界公认文字转语音效果最佳
本文使用docker搭建微软tts服务并提供api接口对外提供服务
对接官方免费在线体验接口,搭建后可免费进行调用使用,不保证永久稳定可用
调用方式
url
:http://127.0.0.1:5003/ttsmethod
:POST
参数 | 类型 | 描述 |
---|---|---|
text | string | 语音文字内容 |
voiceName | string | 发音人(例:zh-CN-XiaoxiaoNeural) |
rate | int | 语速(0~100) |
pitch | int | 语调(0~100) |
response
:jsonData with base64File
发音人选择区间见文末文章来源:https://www.toymoban.com/news/detail-505768.html
安装docker
CentOs方式文章来源地址https://www.toymoban.com/news/detail-505768.html
yum-config-manager --add-repo<
到了这里,关于文字转语音 - 搭建微软tts整合web服务提供api接口(免费)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!