百度语音合成和识别

发布时间:2018-04-23 22:28:15 阅读:877次

https://ai.baidu.com/

https://console.bce.baidu.com/ai/?fromai=1#/ai/speech/app/detail~appId=316080

https://ai.baidu.com/docs#/ASR-Online-PHP-SDK/top

http://ai.baidu.com/docs#/TTS-Online-PHP-SDK/top

<?php

require_once 'AipSpeech.php'

// 你的 APPID AK SK 

const APP_ID = '你的 App ID'

const API_KEY = '你的 Api Key';

const SECRET_KEY = '你的 Secret Key'

$client = new AipSpeech(APP_ID, API_KEY, SECRET_KEY);

如有问题,可以QQ搜索群1028468525加入群聊,欢迎一起研究技术

支付宝 微信

有疑问联系站长,请联系QQ:QQ咨询
下一篇:python虚拟环境

转载请注明:百度语音合成和识别 出自老鄢博客 | 欢迎分享