AI开口说话?语音合成接口调研测试,Postman调用成功,附Github代码库

几大云服务商都已经开放了人工智能服务,针对AI语音合成接口做了调研,测试效果都很好,整理出来分享,排名不分先后。

  • AI语音合成

返回的语音文件

Postman脚本文件

备注

阿里云

ali.mpga

ali.postman_collection.json

使用的测试token

百度AI

baidu.wav

baidu.postman_collection.json

使用的测试token

华为云

huawei.wav

huawei.postman_collection.json

华为云的语音合成服务还没正式商用,需要申请公测,一天就通过了(2019年12月12日)。

返回数据为b64编码,解码后保存为音频文件

  • Postman脚本和语音文件Github下载

https://github.com/jextop/postman

  • Postman使用技巧在线课程:

https://edu.csdn.net/course/detail/26836

原文地址:https://www.cnblogs.com/dingxl18/p/12031698.html